html,
body {
    font-family: "RobotoCondensed-Regular";
    color: #4C4C4E;
}

/* font family start */

.RobotoCondensed-Regular {
    font-family: "RobotoCondensed-Regular";
}

.RobotoCondensed-Bold {
    font-family: "RobotoCondensed-Bold";
}

.RobotoCondensed-Italic {
    font-family: "RobotoCondensed-Italic";
}


@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Italic';
    src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype');
}



/*end  font family */

/* color codes */

.dark-blue-grey {
    color: #273D48;
}

.forest-green {
    color: #247209;
}

.mid-green {
    color: #67B826;
}

.light-green {
    color: #88D840;
}

.text-grey {
    color: #4C4C4E;
}

.Off-White {
    color: #EDEDEC;
}

.white {
    color: #ffffff;
}

.panel-green {
    color: #A0E066;
}

/* end color codes */

/* font sizes */

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-42 {
    font-size: 42px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-40 {
    font-size: 40px;
}

.fs-44 {
    font-size: 44px;
}

.fs-56 {
    font-size: 56px;
}

.fs-60 {
    font-size: 60px
}

.w_62 {
    width: 62%;
}

.w_70 {
    width: 70%;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w_100 {
    width: 100%;
}

/*  end font sizes */

/* navbar start*/
#nav-padding {
    padding: 6px 12px 6px 0;
}

.navbar {
    --bs-navbar-padding-y: 1rem;
}

.nav-item .nav-link {
    color: #67B826 !important;
    font-family: 'RobotoCondensed-Bold';
    padding: 1rem !important;
}


.nav-bg_gr {
    background: linear-gradient(to bottom, #ffffff 0%, #EDEDEC 100%);
}

.top_nav {
    padding: 0 !important;
    padding-bottom: 3px !important;
    border-bottom: #EFEFED 2px solid;
}

.top_nav a:first-child {
    color: #4C4C4E;
    background: none;
    cursor: default;
    text-transform: uppercase;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url(../images/Hamburger.png);
}

.navbar-toggler-icon-active {
    background-image: url(../images/Hamburger-active.png);
    width: 36px;
    height: 36px;
}

.banner-background {
    background: linear-gradient(to bottom, #EDEDEC 0%, #E9E9E9 81%, #DEDEDE 83%, #EDEDEC 100%);
}

/* end navbar */

.background-panel-green {
    background: #A0E066;
    color: #ffffff;
}

.background-panel-mid-green {
    background: #67B826;
    color: #ffffff;
}

.background-panel-forest-green {
    background: #247209;
    color: #ffffff;
}

.bg-questions {
    background: #DDE4E8;
}

/*  banner background */

/* button color */

.btn-darkbluegrey {
    background: #273D48;
    color: #ffffff;
    border-radius: 4rem;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}

.btn-midgreen {
    background: #67B826;
    text-align: right;
    color: #ffffff;
    top: -125%;
}

.btn-midgreen:hover {
    background: #67b825;
    color: #ffffff;
}

.btn-forestgreen {
    background: #247209;
    font-size: 24px;
    color: #ffffff;
    border-radius: 4rem;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-forestgreen:hover {
    background: #247209;
}

.btn-darkbluegrey:hover {
    background: #273D48;
    color: #ffffff;
}

.btn-forestgreen:hover {
    background: #247209;
    color: #ffffff;
}

.bg-questions .btn-darkbluegrey {
    padding: 8px;
}

.vaccination-result .btn-darkbluegrey {
    padding: 8px;
    width: 260px;
}

.description-text {
    top: 95%;
    left: -23%;
}


#what-is-shingrix .disctxt {
    top: 167%;
    left: 0%;
}

#what-is-shingrix .bubimage {
    background: url(../images/bubble4.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}


.top-30 {
    top: 20%;
    left: 5%;
    width: 75%;
}


#patient-resources .top-30 {
    top: 10%;
    left: 25%;
    width: 60%;
}

/* footer start */

footer .foot-link {
    text-decoration: none;
    font-family: "RobotoCondensed-Regular";
}

footer .link-seperator {
    padding-left: 5px;
    padding-right: 5px;
}

footer .footer-links {
    padding: 25px 10px;
    text-align: center;
    color: #273D48;
}

footer .footer-links ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0px;
    padding-left: 0px;
}

footer .footer-links ul li.br-2p {
    border-right: 2px solid #273D48;
}

footer .footer-links ul li {
    padding: 0px 18px;
}

footer .footer-links ul li a {
    color: #273D48;
    text-decoration: none;
    text-decoration-thickness: 1px;
}

footer .footer-links .gsk-arrow {
    position: absolute;
    width: 70px;
    top: 23px;
    margin: 0px -35px;
}

.foot-logo {
    width: 120px;
    height: 36px;
}

.footer_content {
    padding: 0 8px;
}

.footer_content p {
    font-size: 13px;
}

.footer_content sup {
    font-family: 'RobotoCondensed-Regular';
}

.footer_content ul {
    padding-bottom: 16px;
}

.footer-links li {
    border-right: 2px solid #273D48;
}


.footer-links li:last-child {
    border-right: none;
}

.faqs-heading {
    font-size: 32px;
    font-family: 'RobotoCondensed-Bold';
}

.panel-up-down {
    padding-bottom: 48px;
    padding-top: 48px;
}


.space-up-down {
    padding-bottom: 60px;
    padding-top: 60px;
}


.space-right-left-test {
    padding-left: 90px;
    padding-right: 90px;
}

.space-right-left-vaccination {
    padding-left: 270px;
    padding-right: 270px;
}

.space-left {
    padding-left: 180px;
}

.space-right_50 {
    padding-right: 50px;
}

.space-top {
    padding-top: 60px;
}

.space-bottom {
    padding-bottom: 60px;
}

/****Accordian Start****/
.expand-all,
.collapse-all {
    cursor: pointer;
}

.bsb-accordion-flush .accordion-body {
    padding: 5px 48px;
    font-size: 20px;
    margin-bottom: 5px;
    color: #4C4C4E;
}


.bsb-accordion-flush .accordion-button {
    background-color: transparent !important;
    padding: 20px 0px;
    font-family: 'RobotoCondensed-Bold';
    font-size: 23px;
    line-height: 1.1;
    align-items: start;
    color: #67B826;
}

.bsb-accordion-flush .accordion-button span {
    padding-left: 5px;
}

.bsb-accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.bsb-accordion-flush .accordion-item {
    background-color: transparent !important;
    border: 0 !important;
}

.bsb-accordion-icon-caret {
    --bs-accordion-btn-icon: url("../images/Icon-Plus.svg");
    --bs-accordion-btn-active-icon: url("../images/Icon-Minus.svg");
}

.bsb-accordion-icon-position-before .accordion-button:not(.collapsed):after {
    display: none !important;
}

.bsb-accordion-icon-position-before .accordion-button:not(.collapsed):before {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.bsb-accordion-icon-position-before .accordion-button:after {
    display: none !important;
}

.bsb-accordion-icon-position-before .accordion-button:before {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 25px;
    content: "";
    flex-shrink: 0;
    margin-right: .8rem;
    transition: var(--bs-accordion-btn-icon-transition);
    width: 25px;
    height: 25px;
}

@media(prefers-reduced-motion:reduce) {
    .bsb-accordion-icon-position-before .accordion-button:before {
        transition: none
    }
}

/****Accordian end****/

/* popup css */

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #67B826 !important;
}


.confirm-ok-btn {
    color: #fff;
    background-color: #67B826;
    font-weight: normal !important;
    min-width: 112px;
    padding: 8px 30px !important;
}

.confirm-ok-btn:hover {
    background-color: #67B826 !important;
    color: #fff;
}

.confirm-cancel-btn {
    text-transform: capitalize !important;
    min-width: 112px;
    color: white;
    padding: 8px 30px !important;
    margin-left: 10px !important;
    font-weight: normal !important;
    background-color: #4c4c4e;
}

.confirm-cancel-btn:hover {
    background-color: #4c4c4e !important;
    color: #fff;
}

/*end popup css */

.action-buttons {
    padding-bottom: 32px;
    padding-top: 20px;
}

.gsk-lookup {
    width: 278px;
    height: 49px;
}

.home-banner .heading {
    font-size: 42px;
    text-align: left;
    position: absolute;
    color: #fff;
    line-height: normal;
}

.home-banner .patient-portrayal {
    font-size: 13px;
    position: absolute;
}

.end-0 {
    right: 10% !important;
}


.hr-2x {
    border-top: 3px solid #247209;
    opacity: 1 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.btn-postcode {
    border-radius: 25px;
    border-color: #273D48;
}

/*loader*/
.loader {
    position: fixed;
    z-index: 9999;
    background: rgb(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    display: none;
}

.loader .load-img {
    width: 75px;
}

.step-img img {
    margin-right: 20px;
}

.bg-questions .btn-darkbluegrey {
    font-size: 16px;
    margin-right: 10px;
}

.bg-questions img {
    margin-right: 10px;
    cursor: pointer;
}

.bg-questions button {
    border-color: #273D48;
}

.add-bg {
    background-color: #67B826;
    border-radius: 0;
}

input::placeholder {
    text-align: center;
}

#Shingles-Hub .w_65 {
    width: 65%;
}

#Shingles-Hub .top_33 {
    top: 27% !important;
}

#Shingles-Hub .start_48 {
    left: 48% !important;
}

#Shingles-Hub .pos-10 {
    top: -15% !important;
}

#Shingles-Hub .img_ {
    max-width: 96%;
}

#Shingles-Hub .d-align-center {
    display: flex;
    align-items: center;
}

.d-pos-xl10 {
    position: relative;
    left: 120px !important;
}

#patient-resources .d-pos-xl10 {
    position: relative;
    left: 60px !important;
}

.d-pos-xr10 {
    position: relative;
    right: 120px !important;
}

.lh-1 {
    line-height: 1.1 !important;
}

#homepage .img_ {
    /* max-width: 90%;   */
    display: flex;
    justify-content: end;
}

#homepage .w-76 {
    width: 76%;
}

#homepage .top_34 {
    top: 34% !important;
}

#homepage .start_53 {
    left: 53% !important;
}

#homepage .imgpos {
    display: flex;
    align-items: center;
    justify-content: end;
}

#homepage .w-80 {
    width: 80%;
}

#what-is-shingles .img_ {
    width: 90%;
}

#what-is-shingles .top_32 {
    top: 32% !important;
}

#what-is-shingrix .top_32 {
    top: 32% !important;
}

#what-is-shingles .start_48 {
    left: 48% !important;
}

#what-is-shingles .imgpos {
    display: flex;
    align-items: center;
    justify-content: end;
}

#what-is-shingles .description-text {
    top: 93%;
    left: -8%;
}

#what-is-shingles .w_80 {
    width: 80% !important;
}

#what-is-shingrix .w_80 {
    width: 78% !important;
}


#what-is-shingles .top_26 {
    top: 26%;
}

#what-is-shingles .start_37 {
    left: 37%;
}

#what-is-shingrix .top_33,
#vaccination-results .top_33 {
    top: 33%;
}

#what-is-shingrix .start_53 {
    left: 53%;
}

.imgpos {
    display: flex;
    align-items: center;
    justify-content: end;
}

.fs-36 {
    font-size: 36px;
}

/* added today i.e., 10-09-2025 */

#what-is-shingrix .pos-10 {
    top: -26%;
}

#what-is-shingrix .img_,
#vaccination-results .img_ {
    width: 95%;
}

#what-is-shingrix .patient-portrayal,
#vaccination-results .patient-portrayal {
    top: 93%;
    right: -20%;
}

#what-is-shingrix .pos_15 {
    top: -15%;
}

#patient-resources .pos_10,
#Shingles-Hub .pos_10,
#Shingles-simulator .pos_10,
#vaccination-results .pos_10 {
    top: -10% !important;
}

/* Newly added classes for Patient resources */

#patient-resources .top_19 {
    top: 32%;
}

#patient-resources .start_55 {
    left: 55%;
}

#patient-resources #resources img:nth-child(2) {
    height: 260px;
    width: auto;
}

#patient-resources #resources img:nth-child(4) {
    height: 260px;
    width: auto;
}

#patient-resources .img_ {
    width: 90%;
}

#patient-resources .top_32,
#Shingles-Hub .top_32,
#Shingles-simulator .top_32,
#vaccination-results .top_32 {
    top: 32%;
}

#patient-resources .w_81,
#Shingles-Hub .w_81,
#Shingles-simulator .w_81,
#vaccination-results .w_81 {
    width: 81%;
}

#patient-resources .background-panel-green:last-child {
    height: 9.5rem;
}


/* Patient resources Ends here..... */

.hr-2x-grey {
    margin-top: 60px;
    border-top: 2px solid #273D48;
    opacity: 1 !important;
}

#img-pos-mobile {
    margin-top: 0;
}

/* Media queries */
@media (min-width: 1440px) {
    .w_100 {
        width: 70% !important;
    }
}

@media (max-width: 1200px) {
    .d-pos-xl10 {
        position: relative;
        left: 100px !important;
    }

    .d-pos-xr10 {
        position: relative;
        right: 100px !important;
    }

    #homepage .fs-42 {
        font-size: 36px !important;
    }

    #homepage .fs-32 {
        font-size: 30px;
    }

    #what-is-shingles .disctxt {
        top: 89%;
        left: -10%;
        color: #273D48 !important;
    }

    #what-is-shingrix .top-30 {
        top: 20%;
        left: 25%;
    }

    #what-is-shingrix .w-45 {
        width: 55%;
    }

    #what-is-shingrix .disctxt {
        top: 123%;
        left: 0%;
    }

    #what-is-shingles .fs-32 {
        font-size: 32px;
    }

    /* #what-is-shingles .space-left {
        padding-left: 40px;
    } */
    #what-is-shingles .fs-30 {
        font-size: 150%;
    }

    #what-is-shingrix .pos-10 {
        top: -33% !important;
    }

    #what-is-shingrix .patient-portrayal,
    #vaccination-results .patient-portrayal {
        right: -22%;
    }

    #what-is-shingrix .pos_15 {
        top: -11%;
    }

    #patient-resources .description-text {
        top: 93%;
        left: -20%;
    }

    #patient-resources .fs-32 {
        font-size: 30px;
    }

    /* #patient-resources .space-left,
    #Shingles-Hub .space-left {
        padding-left: 30px;
    } */
    #Shingles-Hub .fs-56 {
        font-size: 48px;
    }

    #Shingles-Hub .top_33 {
        top: 33% !important;
    }

    #Shingles-Hub .description-text {
        top: 91%;
        left: -23%;
    }

    .space-left {
        padding-left: 60px;
    }

    .w_100 {
        width: 70% !important;
    }
}

@media (max-width: 992px) {

    /*#homepage*/
    .space-left {
        padding-left: 10px;
    }

    #homepage .fs-32 {
        font-size: 26px;
    }

    #what-is-shingles .fs-32 {
        font-size: 24px;
    }

    #what-is-shingles .top_32 {
        top: 32% !important;
    }

    #what-is-shingrix .w_80 {
        width: 87% !important;
    }

    #what-is-shingrix .top_32 {
        top: 30% !important;
    }

    #what-is-shingrix .fs-32 {
        font-size: 30px;
    }

    #what-is-shingles .fs-30 {
        font-size: 150%;
    }

    #what-is-shingrix .fs-56,
    #vaccination-results .fs-56 {
        font-size: 44px;
    }

    #what-is-shingrix .fs-44 {
        font-size: 36px;
    }

    #what-is-shingrix .w-75 {
        width: 70% !important;
    }

    #what-is-shingrix .w_70 {
        width: 50%;
    }

    #what-is-shingrix .pos-10 {
        top: -39% !important;
    }

    #what-is-shingrix .patient-portrayal,
    #vaccination-results .patient-portrayal {
        right: -28%;
    }

    #what-is-shingrix .pos_15 {
        top: -8%;
    }

    #patient-resources .top_19 {
        top: 32%;
    }

    #patient-resources .fs-56 {
        font-size: 46px;
    }

    #patient-resources .description-text {
        top: 91%;
        left: -25%;
    }

    #patient-resources .fs-30,
    #Shingles-Hub .fs-30 {
        font-size: 26px;
    }

    #patient-resources .fs-32,
    #Shingles-Hub .fs-32,
    #Shingles-simulator .fs-32,
    #vaccination-results .fs-32 {
        font-size: 22px;
        line-height: 28px !important;
    }

    #Shingles-Hub .fs-56 {
        font-size: 35px;
    }

    .disctxt {
        top: 91%;
        left: -31%;
    }

    #what-is-shingrix .w-45 {
        width: 65%;
    }

    #what-is-shingrix .top-35 {
        top: 35% !important;
        left: 55% !important;
    }

    #what-is-shingrix .disctxt {
        top: 102%;
        left: 0%;
    }

    #what-is-shingrix .wis-b1 {
        max-width: 75%;
        height: auto;
    }

    .w_100 {
        width: 70% !important;
    }

    #Shingles-Hub .bg-questions .btn-darkbluegrey {
        font-size: 14px;
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .navbar_menu .container {
        padding: 0px;
    }

    .navbar-toggler {
        padding: 20px;
    }

    .navbar_menu .navbar-brand {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .nav-item {
        text-align: center !important;
        background: #67b825;
        /* padding: 1rem !important; */
    }

    .nav-item .nav-link {
        color: #ffffff !important;
        border-bottom: 2px solid #ffffff;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .d-pos-xl10 {
        position: relative;
        left: 60px !important;
    }

    .d-pos-xr10 {
        position: relative;
        right: 60px !important;
    }

    /* Homepage */
    #homepage .fs-42 {
        font-size: 28px !important;
    }

    #what-is-shingles .fs-56 {
        font-size: 42px;
    }

    #what-is-shingles .description-text {
        top: 90%;
        left: -23%;
    }
}

@media (max-width: 768px) {
    #homepage .fs-42 {
        font-size: 28px !important;
    }

    #homepage .description-text {
        top: 93%;
        left: 58%;
        color: #DEDEDE;
    }

    #what-is-shingles .fs-32 {
        font-size: 24px;
    }

    #what-is-shingles .fs-56 {
        font-size: 36px;
    }

    #what-is-shingles .img_ {
        width: 80%;
    }

    .d-pos-xl10 {
        position: relative;
        left: 0px !important;
    }

    .d-pos-xr10 {
        position: relative;
        right: 0px !important;
    }

    /* #homepage*/
    .space-left {
        padding-left: 20px;
    }

    #what-is-shingrix .pos-10 {
        top: -25% !important;
    }

    #what-is-shingrix .w-75 {
        width: 63% !important;
    }

    #what-is-shingrix .w_70 {
        width: 70%;
    }

    #what-is-shingrix .fs-28 {
        font-size: 28px;
    }

    #what-is-shingrix .patient-portrayal,
    #vaccination-results .patient-portrayal {
        top: 91%;
        right: 51%;
        color: white;
    }

    #what-is-shingrix .pos_15-m {
        top: -22%;
    }

    #what-is-shingrix .top_32 {
        top: 35% !important;
    }

    #patient-resources .fs-56 {
        font-size: 43px;
    }

    #patient-resources .description-text {
        top: 91%;
        left: 22%;
        color: white;
    }

    #patient-resources .fs-32,
    #Shingles-Hub .fs-32,
    #Shingles-simulator .fs-32 {
        font-size: 31px;
        line-height: 33px !important;
    }

    #patient-resources .top_32,
    #Shingles-Hub .top_32,
    #Shingles-simulator .top_32,
    #vaccination-results .top_32 {
        top: 37%;
        padding-right: 15px !important;
    }

    #patient-resources .w_81 {
        width: 75%;
    }

    .top-30 {
        top: 10%;
        left: 13%;
        /* font-size: 1.2rem !important; */
    }

    .fs-60 {
        font-size: 36px
    }

    footer .footer-links ul {
        flex-direction: column;
    }

    footer .footer-links ul li.br-2p {
        border-right: 0px solid #fff;
        padding: 5px 10px;
    }

    footer.px-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    footer .foot-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #what-is-shingrix .w-45 {
        width: 45%;
    }

    .w_100 {
        width: 96% !important;
    }

    #Shingles-Hub .w-80 {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .collapse-button {
        justify-content: left !important;
    }

    .gsk-lookup {
        width: 204px;
        height: 36px;
    }

    .action-buttons a {
        font-size: 16px;
    }

    .btn-darkbluegrey {
        font-size: 20px;
    }

    .btn-forestgreen {
        font-size: 20px;
    }

    .footer-links li {
        border: none;
    }

    .bsb-accordion-flush .accordion-body {
        padding: 0px 5px 0px 48px;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .top-30 {
        top: 10% !important;
        left: 13% !important;
        font-size: 1.2rem !important;
    }
}

@media (max-width: 576px) {
    #homepage .w-80 {
        width: 70%;
    }

    #what-is-shingles .description-text {
        top: 89%;
        left: 59%;
    }

    .fs-14 {
        font-size: 12px;
    }

    #homepage .fs-32 {
        font-size: 30px;
    }

    /* #what-is-shingles*/
    .space-left {
        padding-left: 20px;
    }

    #what-is-shingles .fs-30 {
        font-size: 130%;
    }

    #what-is-shingles .fs-32 {
        font-size: 32px;
    }

    #what-is-shingles .top_32 {
        top: 36% !important;
    }

    #homepage .space-up-down {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .space-up-down {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    /* #what-is-shingrix .space-up-down {
        padding-bottom: 20px;
        padding-top: 20px;
    } */

    #what-is-shingles .fs-30 {
        font-size: 150%;
    }

    #Shingles-Hub .description-text {
        top: 91%;
        left: 6%;
        z-index: 1;
    }

    #Shingles-Hub .fs-56 {
        font-size: 36px;
    }

    #what-is-shingrix .w_80 {
        width: 72% !important;
    }

    #patient-resources .d-pos-xl10 {
        position: relative;
        left: 0px !important;
    }

    .space-right_50 {
        padding-right: 0;
    }

    #Shingles-Hub .ali-in-sm {
        width: 80% !important;
        justify-content: center !important;
    }

    #img-pos-mobile {
        margin-top: -16%;
    }

    #what-is-shingles #img-pos-mobile {
        margin-top: -33%;
    }

    #patient-resources #img-pos-mobile {
        margin-top: -22%;
    }

    #Shingles-Hub #img-pos-mobile {
        margin-top: -24%;
    }
}

@media (max-width: 425px) {
    #Shingles-Hub .fs-56 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .top-30 {
        /* top: 22% !important; 7% */
        left: 5% !important;
        /* font-size: 1.2rem !important; */
        width: 60%;
    }

    #what-is-shingles .disctxt {
        top: 89%;
        left: 50%;
        color: #273D48 !important;
    }
}

@media screen and (max-width:480px) {
    footer .foot-link {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    footer .link-seperator {
        display: none;
    }

}

@media screen and (max-width:400px) {
    .btn-darkbluegrey {
        font-size: 16px;
    }

    .btn-forestgreen {
        font-size: 16px;
    }
}

@media (max-width: 325px) {
    #patient-resources .d-pos-xl10 {
        position: relative;
        left: -10px !important;
    }
}

#Shingles-simulator .fs-36 {
    font-size: 36px;
}

#Shingles-Hub .fs-28 {
    font-size: 28px;
}

.fixed-w {
    width: 78px;
}

.fixed-w2 {
    width: 154px;
}

sub,
sup {
    font-size: .62em;
}

.email-address {
    text-decoration: underline;
    text-decoration-skip-ink: none
}

#noresults a {
    width: 190px;
}