.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
}

.red-btn {
    width: auto;
    min-width: 209px;
    padding: 0.5rem 1rem;
}

.section-item {
    text-align: center;
}

.fridge-flex > div {
    min-width: 98px;
}

.map-btn {
    width: 130px;
    min-width: auto;
}

.resources-wrap {
    height: 750px;
}

.home-banner-two {
    background-image: url('/images/resources-bg-image-fr@3x.png');
    background-size: 918px auto;
}

.patient-input {
    font-size: 12px;
    line-height: 14px;
}

.new-tag {
    width: 170px;
}

.resources-nav:after {
    position: absolute;
    content: '';
    width: 79px;
    height: 20px;
    background-image: url(/images/hcp-nav-new-logo-fr.svg);
    top: -24px;
    right: 0;
    background-size: cover;
    background-position: top right;
}

.patient-btn-div {
    position: relative;
    top: initial;
    right: initial;
}

@media(max-width: 1699px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0 0 0 1.5rem;
    }
    .section-item {
        font-size: 12px;
    }
    .fridge-flex > div {
        min-width: 64px;
    }
    .resources-wrap {
        height: 750px;
    }
    .home-banner-two {
        background-size: 740px auto;
    }
    .contact-flex p {
        font-size: 14px;
        line-height: 16px;
    }
    .home-top {
        font-size: 12px;
    }
}

@media(max-width: 1199px) {
    .navbar-light .navbar-nav .nav-link{
        font-size: 10px;
        padding: 0 0 0 1rem;
    }
    .safety-link {
        font-size: 10px;
        line-height: 12px;
    }
    .section-item {
        font-size: 12px;
    }
    .resources-wrap {
        height: 670px;
    }
    .home-banner-two {
        background-size: 480px auto;
    }
    .map-mt {
        margin-bottom: 120px;
    }
}

@media(max-width: 991px) {
    .resources-wrap {
        height: 610px;
    }
    .home-banner-two {
        background-size: 410px auto;
    }
    .map-mt {
        margin-bottom: 00px;
    }
    .new-tag {
        right: 32px;
        width: 70px;
    }
}

@media(max-width: 767px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 0;
        font-size: 14px;
    }
    .safety-link {
        font-size: 14px;
        line-height: 16px;
    }
    .map-btn {
        width: 100%;
    }
    .resources-wrap {
        height: auto;
    }
    .home-banner-two {
        background-image: none;
    }
    .resources-nav:after {
        top: 10px;
        right: unset;
        left: 110px;
        width: 39px;
        height: 10px;
    }
    .patient-btn-div {
        position: absolute;
        right: 0px;
        bottom: -30px;
    }
}

@media(max-width: 350px) {
    .hcp-ozempic-bg {
        background-size: cover;
    }
}