html div {
    box-sizing: border-box;
}
 
button {
    border: 0px;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Arial, sans-serif;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
}

.modal.exit-ramp-modal.modal--visible {
    background: rgba(0, 0, 0, 0.8) !important;
}

.modal--overflow {
    overflow-y: scroll;
    padding-top: 8vh;
}

.modal--visible {
    visibility: visible;
    opacity: 1;
}

.exit-ramp-modal .modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    /* width: 60%; */
    border-radius: 4px;
    background: #830051;
    color: white;
    opacity: 1;
    cursor: auto;
    will-change: transform, opacity;
    font-family: Arial, sans-serif;
}

.exit-ramp-modal .modal-box {
    /* width: 58% !important; */
    margin-top: unset;
    border-radius: 10px;
    max-width: 610px;
}

.modal--visible .modal-box {
    -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.modal.exit-ramp-modal.modal--visible {
    background: #000000A2 0% 0% no-repeat padding-box;
    opacity: 1;
    top: 0;
}

.modal.exit-ramp-modal.modal--visible .modal__close {
    display: none;
}


.modal.exit-ramp-modal.modal--visible .modal-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 10px solid #771950;
    border-radius: 37px;
    opacity: 1;
    margin-top: auto;
    max-width: 1529px;
    width: auto;
    zoom: 0.7;
    margin: auto 30px;
}

.modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content {
    padding: 0px;
}

.modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content {
    margin: 42px 78px 88px 67px;
}

.modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    color: #771950;
    text-transform: uppercase;
    opacity: 1;
    max-width: 1072px;
    text-align: center;
    margin: auto;
    margin-top: 42px;
}

.modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-body {
    margin-top: 75px;
    letter-spacing: 0px;
    color: #707070;
    font-size: 33px;
    line-height: 43px;
    font-weight: 400;
}

.modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions {
    margin-top: 30px;
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #771950;
    display: flex;
    gap: 100px;
    font-weight: 700;
}

.modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions .exit-ramp-continue.skip-exit-ramp {
    cursor: pointer;
    color: #771950;
    text-decoration: none;
    margin-right: 30px;
}

.modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions .exit-ramp-cancel.close-exit-ramp {
    cursor: pointer;
}

.modal-calquence.show-modal .rich-text.text.parbase.section p .xpink-var a {
    color: #707070;
}

.modal-calquence.show-modal .rich-text.text.parbase.section>p,
.modal-calquence.show-modal .rich-text.text.parbase.section>p>a {
    color: #707070;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
}

.modal-calquence.show-modal ul {
    list-style: disc;
    margin-left: 50px;
    margin-bottom: 15px;
}

.modal-calquence.show-modal li {
    color: #707070;
    font-size: 20px;
    line-height: 22px;
    /* list-style-position: inside; */
}



#home  .home-header {
    max-width: 1920px;
    padding: 22px 31px;
    margin: auto;
}

#home  .home-header .container {
    display: flex;
    align-items: center;
    gap: 75px;
}

#home  .home-header .container .logo-wrapper img {

    max-width: 12.683vw;
    width: 100%;
}

#home  .home-header .container .header-text {
    display: flex;
    align-items: center;
    gap: 1.6vw
}

#home  .home-header .container .header-text img.welcome {
    max-width: 14.1vw;
    width: 100%;
    margin: 0 !important;
    max-width: 270px;
}

#home  .home-header .container .header-text h1 {
    font-family: "lexia", serif;
    font-size: clamp(1.938rem, -0.433rem + 3.819vw, 4.15rem);
    line-height: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    /* color: #282F40; */
    color: #ffffff;
    opacity: 1;
    width: 100%;
    margin: 0;
    margin-top: 16px;
}






/* Header page start */

#ex_header #Global_header {
    font-family: Arial, sans-serif;
    height: 90px;
    border-top: 7px solid #771950;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 7px #0000004A;
    position: relative;
}

#ex_header #Global_header>div {
    display: flex;
    border-top: 1px solid #707070;
    width: 100%;
    justify-content: space-between;
}

#ex_header #Global_header #left_header {
    max-width: 1920px;
    margin: auto;
}

#ex_header #Global_header #left_header,
#ex_header #Global_header #left_header #leftheader1 {
    display: flex;
    width: 100%;
}

#ex_header #Global_header #left_header>div:last-child {
    width: 100%;
}


#ex_header #Global_header #left_header .cmp-separator__horizontal-rule {
    border: 1.5px solid #CE8D3D !important;
    height: 65px;
    margin-top: 8.5px;
    width: 0px;
}


#ex_header #Global_header #azmedicareupdates {
    display: block;
    width: 220px;
    margin-left: 25px;
    margin-top: 1px;
    height: 75px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
}


#ex_header #Global_header #icon_home {
    width: 30px;
    margin-left: auto;
    margin-right: 41px;
    margin-top: 25px;
}

#ex_header #Global_header #icon_home a {
    display: block;
}

/* Header page end */

/* Footer Start */
#footer {
    background: #163D65 0% 0% no-repeat padding-box;
    /* max-width: 1920px; */
    /* overflow: hidden; */
    /* margin: auto; */
}

#footer #Global_footer {
    background: #163D65 0% 0% no-repeat padding-box;
    max-width: 1920px;
    margin: auto;
    padding: 2vw;
}

#footer #Global_footer>div>div {
    width: 100%;
}


#footer #Global_footer p,
#footer #Global_footer div {
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    width: auto;
}

#footer #Global_footer #txt_footer1 .main .firstline {
    display: flex;
    display: none;
}

#footer #Global_footer #txt_footer1 .main .secondline {
    margin-top: 5px;
}

#footer #Global_footer #txt_footer1 .main .firstline a {
    text-decoration: underline;
    font-style: italic;
    color: white;
    display: none;
}

#footer #Global_footer #txt_footer1 .main .firstline .imgcheck {
    margin-top: 1px;
}

#footer #Global_footer #txt_footer1 .main .firstline .imgcheck img {
    width: 15.77px;
    margin-left: 5px;
    padding-top: 0px;
}

#footer #Global_footer #txt_footer2 {
    margin-top: 15px;
    display: none;
}

#footer #Global_footer #txt_footer2 p {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    width: auto;
}

#footer #Global_footer #footer_links {
    display: flex;
    margin-top: 25px;
    gap: 40px;
}

#footer #Global_footer #footer_links>div:last-child {
    margin-right: 0px;
}

#footer #Global_footer #footer_links #container_yourprivacychoices {
    /* margin-right:5px; */
    display: flex;
}

#footer #Global_footer #footer_links a {
    color: #fff;
    font-size: 19px;
    text-decoration: underline;
}

#footer #Global_footer #footer_links #icon_check {
    width: 39px;
}


#footer #Global_footer #txt_footer3 {
    margin-top: 25px;
    display: flex;
    /* font-size: 0px; */
    gap: 20px;
}

#footer #Global_footer #txt_footer3 #uscode {
    display: flex;
    flex-wrap: nowrap;
    gap: 23px;
}

#footer #Global_footer #txt_footer3 p {
    color: white;
    font-size: 17px;
    line-height: 34px;
}

#footer #Global_footer #footer_separator {
    margin-right: 79.5px;
    width: 100%;
    margin: auto;
}

#footer #Global_footer #footer_separator .cmp-separator__horizontal-rule {
    border: 0px;
    background: #FDFCFC;
    height: 1px;
    max-width: 1840px;
    margin: auto;
}

#footer #Global_footer #container_az_logo {
    margin-top: 17.64px;
}

#footer #Global_footer #container_az_logo #footer_az_logo {
    width: 181px;
    margin-left: auto;
    right: 0;
    margin-right: 20px;
}


#footer #Global_footer #container_top_footer {
    margin-bottom: 20px;
}

/* Footer end */


.cmp-head-key {
    font-family: Arial;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin: 0px 0 0.5vw 0;
    color: #771850;
}

.cmp-list-para {
    font-family: Arial;
    font-size: 32px;
    line-height: 50px;
    font-weight: 500;
    margin: 0px 0 20px 0;
    color: #000;
}


.cmp-button-ind {
    color: #FFFFFF;
    background: #F0AB00;
    padding: 20px;
    /* margin-right: 30px; */
    font-family: arial;
    font-size: 24px;
    font-weight: 700;
    max-width: 300px;
    border-radius: 25px;
}

.cmp-button-ind:first-child {
    width: 20%;
}

.cmp-button-ind:last-child {
    margin-right: 0px;
    width: 20%;
}

.cmp-button-group {
    display: flex;
    margin: 0px 0 30px 0;
    justify-content: space-between;
}

.cmp-para-group p {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

#cmp-para-bottom p {
    font-size: 22px;
    font-weight: 700;
    color: #163D65;
    margin-right: 20px;
    width: 100%;
}

.img-cms-logo {
    width: 180px;
    margin-left: 20px;
}

.cmp-para-bottom {
    display: flex;
    align-items: self-end;
}

#img-video-icon {
    width: 25%;
}

.cmp-medi-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.cmp-medi-modal-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px;
    border: 10px solid #771950;
    border-radius: 37px;
    width: 90vw;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    z-index: 1001;
    font-family: Arial;
    max-height: 150vh;
    overflow-y: scroll;
    scrollbar-width: none;
}


.cmp-medi-modal-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    color: #771950;
    text-transform: uppercase;
    opacity: 1;
    max-width: 1072px;
    text-align: center;
    margin: auto;
    margin-top: 42px;
}

.cmp-medi-modal-body {
    letter-spacing: 0px;
    color: #707070;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    padding: 2%;
}

/* Close button */
.cmp-medi-close {
    color: #aaa;
    float: right;
    font-size: 60px;
    font-weight: 400;
}

.cmp-medi-close:hover,
.cmp-medi-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.new {
    display: none;
}

/* ID Classes */

#image-wrapper {
    background-repeat: no-repeat;
}

#cmp-medi-main-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
        margin-top: -50px;
}

#cmp-medi-left-container {
    width: 606px;
}

#cmp-medi-right-container {
    width: 100%;
    padding: 1vw 2vw 0vw 2vw;
}

#important_information {
    max-width: 740px;
    width: 100%;
    margin: -40px 0 -40px -30px;
}

.cmp-para-group-head {
    font-family: Arial;
    font-size: 35px;
    line-height: 38px;
    margin: 10px 0 40px 0;
    color: #771750;
    font-weight: 700;
}

.cmp-para-group-para {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.blue-seperator {
    border: 1.0px solid rgb(22, 62, 101);
    margin: 0px 0px 10px 0px;
}

.cmp-red-head {
    font-family: Arial, sans-serif;
    font-size: 70px;
    line-height: 80px;
    margin: 0px 0px 20px 0px;
    color: #771750;
    font-weight: bold;
}

#cmp-container-box, #cmp-container-box2 {
    display: flex;
    margin: 0px 0px 8.5vw 0px;
}

#cmp-image-box {
    display: flex;
}

#cmp-video-box {
    display: flex;
}

#cmp-box-1 {
    width: 220px;
    height: 240px;
}

#cmp-box-1 .cmp-image__image {
    border: 1px solid #163E65;
}


.cmp-box-2 {
    margin: 0px 0px 0px 20px;
    width: 245px;
}

.cmp-box-4 {
    margin: 0px 0px 0px 20px;
    width: 310px;
}

.cmp-box-2 p {
    font-size: 22px;
    line-height: 1.2;
    color: #707070;
}

.cmp-box-4 p {
    font-size: 22px;
    line-height: 1.2;
    color: #707070;
}

.cmp-box-2 b {
    font-size: 22px;
    color: #000;
    line-height: normal;
}

.cmp-box-4 b {
    font-size: 22px;
    color: #000;
    line-height: normal;
    text-transform: uppercase
}


.cmp-video__player {
    height: 240px !important;
    padding: 0 !important;
    border: 1px solid #163E65;
    width: 380px !important;
}

.cmp-video__content {
    display: none;
}

#cmp-left-container-inside {
    position: absolute;
    top: 655px;
    margin-left: 70px
}

#AZandME_logo {
    width: 315px;
}

.left-content {
    font-size: 25px;
    font-family: Arial, sans-serif;
    width: 420px;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 1.3;
    font-weight: 400;
}

.cmp-cms-hyperlink {
    text-decoration: underline;
    color: #163D65;
}




/* responsive css codes */
@media screen and (max-width:1919px) and (min-width:993px) {


    .modal.exit-ramp-modal.modal--visible .modal-box {
        border: 0.5208333333333333vw solid #771950;
        border-radius: 1.9270833333333335vw;
        max-width: 79.63541666666667vw;
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content {
        margin: 2.1875vw 4.0625vw 4.583333333333333vw 3.4895833333333335vw;
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-title {
        font-size: clamp(1.25rem, -0.089rem + 2.1575vi, 2.5rem);
        ;
        line-height: clamp(1.25rem, -0.089rem + 2.1575vi, 2.5rem);
        ;
        max-width: 55.833333333333336vw;
        margin-top: 2.1875vw;
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-body {
        margin-top: 3.90625vw;
        letter-spacing: 0px;
        font-size: clamp(1.0625rem, -0.0087rem + 1.726vi, 2.0625rem);
        line-height: clamp(1.375rem, -0.0309rem + 2.2654vi, 2.6875rem);
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions {
        margin-top: 1.5625vw;
        font-size: clamp(1.0625rem, -0.0087rem + 1.726vi, 2.0625rem);
        line-height: clamp(1.375rem, -0.0309rem + 2.2654vi, 2.6875rem);
        gap: 5.208333333333334vw;
    }

    #image-wrapper {
        max-width: 30vw;
    }

    #cmp-medi-left-container {
        width: 100%;
    }

    #cmp-medi-right-container {
        width: 67vw;
        padding: 10px 0px 0px 40px;
    }

    #important_information {
        max-width: 34.0625vw;
        margin: -20px 0 0 -1.5vw;
    }

    h1 {
        font-size: 3.5vw;
        margin: 0vw 0vw 2vw 0vw;
        line-height: 1vw;
    }

    h3 {
        font-size: 1.7vw;
        line-height: 2vw;
        margin: 0vw 0vw 1vw 0vw;
    }

    .cmp-head-key {
        font-size: 1.7vw;
        margin: 0px 0 0.5vw 0;
    }

    .cmp-list-para {
        font-size: 1.5vw;
        line-height: 2vw;
        margin: 0px 0 1.3vw 0;
    }

    .cmp-button-ind {
        font-size: 1.2vw;
        margin-right: 2vw;
        padding: 1vw 1.2vw;
        max-width: 16vw;
        border-radius: 1.3vw;
    }

    .cmp-button-ind:first-child {
        width: auto;
    }

    .cmp-button-ind:first-child {
        width: 12vw;
    }

    .cmp-button-group {
        margin: 0 0 1.5vw 0;
    }

    .cmp-separator__horizontal-rule {
        margin-bottom: 1vw;
    }

    .cmp-para-group-head {
        font-size: 1.7vw;
        margin: 0 0 0.5vw 0;
        line-height: 4vw;
    }

    .cmp-para-group-para {
        font-size: 1vw;
        margin-bottom: 1.5vw;
    }

    #cmp-box-1 {
        width: 9vw;
        height: 11.9vw;
    }

    .cmp-box-2 {
        width: 13vw;
        height:17.5vw;
    }

    .cmp-box-2 p {
        font-size: 1vw;
    }

    .cmp-box-2 b {
        font-size: 1vw;
    }

    .cmp-box-4 p {
        font-size: 1vw;
    }

    .cmp-box-4 b {
        font-size: 1vw;
    }

    .cmp-video__player {
        width: 21vw !important;
        height: 11.9vw !important;
    }

    .cmp-box-4 {
        width: 15vw;
    }

    #cmp-para-bottom p {
        font-size: 1vw;
    }

    .img-cms-logo {
        width: 10vw;
       /** margin-left: 70px;*/
       margin-left:0px;
    }

    #footer #Global_footer div {
        font-size: 0.9vw;
    }


    #footer #Global_footer #txt_footer2 p {
        font-size: 1vw;
        line-height: 1.2vw;
    }

    #footer #Global_footer #footer_links a {

        font-size: 1.1vw;
        line-height: 1.2vw;

    }

    #footer #Global_footer #txt_footer3 p {
        font-size: 0.9vw;
    }

    #footer #Global_footer #container_az_logo #footer_az_logo {
        width: 10vw;
    }

    #footer #Global_footer #container_az_logo {
        margin-top: 1vw;
    }

    #cmp-left-container-inside {
        top: 38vw;
        margin: 0vw 3vw;
    }

    #AZandME_logo {
        width: 12vw;
    }

    .left-content {
        font-size: 1.3vw;
        width: 24vw;
        margin-left: 0.5vw;
        margin-top: 1.2vw;
        line-height: 1.8vw;
    }

    #cmp-container-box {
        display: flex;
        margin: 0px 0px 3vw 0px;
    }
    
    #cmp-container-box2
{
    display: flex;
        margin: 0px 0px 0px 0px;
        padding-bottom:40px;
}

    #footer #Global_footer #txt_footer1 .main .firstline .imgcheck img {
        width: 0.8213541666666666vw;
        margin-left: 0.26041666666666663vw;
        margin-top: 0.15625vw;
    }

    .cmp-medi-modal-box {
        width: 110vw;
        max-height: 130vh;
    }
}

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

#home .home-header .container .logo-wrapper img {
    max-width: 23.683vw;
    width: 100%;
}
.mobile-hidden
{
display:none !important;
}
}
@media screen and (max-width:1500px) and (min-width:993px) {

    #cmp-left-container-inside {
        top: 43vw;
        margin-left: 2vw;
    }

}

@media screen and (max-width:1200px) and (min-width:993px) {

    #cmp-left-container-inside {
        top: 42vw;
        margin-left: 3vw;
    }

}

@media screen and (min-width:993px) {
    #image-wrapper-mobile {
        display: none;
    }
}

/*Updated for full width size 1919*/
@media screen and (min-width: 1919px)
{
#cmp-container-box #cmp-box-1
{
width:220px !important;
}

#cmp-container-box .cmp-box-2 {
    margin: 0px 20px 0px 0px;
    width: 20vw !important;
    margin-top: 4vw !important;
}
}



/* small screen */

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


    .modal.exit-ramp-modal.modal--visible .modal-box {
        border-width: 5px;
        border-radius: 20px;
        margin: auto 10px;
        max-width: 700px;
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content {
        margin: auto;
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions {
        font-size: 17px;
        margin: 15px 20px;
        gap: 50px;
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-body {
        margin: 20px;
        font-size: 17px;
        line-height: normal;
    }

    .modal.exit-ramp-modal.modal--visible .modal-box .modal-box__content .exit-ramp-content .exit-ramp-title {
        font-size: 20px;
        line-height: normal;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #cmp-medi-left-container {
        width: 100%;
    }

    #cmp-medi-main-container {
        display: block;

    }

    #image-wrapper {
        display: none;
    }

    #image-wrapper-mobile {
        margin-top: -13vw;
    }


    #AZandME_logo {
        width: 30vw;
    }

    #cmp-left-container-inside {
        top: 95vw;
        margin: 0vw 5vw;
        width: 90%;
    }

    .left-content {
        font-size: 2.7vw;
        width: 90vw;
        margin-left: 1vw;
        margin-top: 10px;
        line-height: 1.3;
    }

    #footer #Global_footer #txt_footer1 .main .firstline {
        font-size: 16px;
        line-height: 20px;
    }

    #footer #Global_footer {
        min-height: auto;
        padding: 5vw;
    }

    #footer #Global_footer #container_top_footer {
        padding: initial;
    }

    #footer #Global_footer #txt_footer1 .main .firstline .imgcheck img {
        margin-left: 1vw;
        width: 2vw;
    }

    h1 {
        font-size: 6vw;
        line-height: 6vw;
        margin: 2.5vw 0 3vw 0;
        min-height: 6vw;
    }

    h3 {
        font-size: 3vw;
        margin-bottom: 3vw;
        line-height: 4vw;
    }

    .cmp-list-para {
        font-size: 2.5vw;
        line-height: 4vw;
        margin-bottom: 3vw;
    }

    .cmp-head-key {
        font-size: 2.8vw;
        margin-bottom: 10px;
    }

    #important_information {
        max-width: 60vw;
        width: 100%;
        margin: 0px 0 -5vw -3vw;
    }

    /*  */

    .cmp-button-group {
        display: flex;
        margin: 0px 0 3vw 0;
        flex-direction: column;
        align-items: center;
    }

    .cmp-button-ind:first-child {
        width: 100%;
    }

    .cmp-button-ind:last-child {
        width: 100%;
    }

    .cmp-button-ind {
        padding: 3vw;
        margin-bottom: 2vw;
        font-family: arial;
        font-size: 2.5vw;
        font-weight: 700;
        border-radius: 2.5vw;
        width: 100%;
        max-width: 100%;
    }

    #cmp-container-box, #cmp-container-box2 {
        display: flex;
        margin: 0 0 3vw 0;
        justify-content: space-between;
    }

    #cmp-video-box {
        display: flex;
        flex-direction: column;
        max-width: 60vw;
    }

    #footer #Global_footer #footer_links {
        display: flex;
        margin-top: 25px;
        gap: 10px;
        flex-direction: column;
    }


    #cmp-para-bottom {
        display: flex;
        align-items: end;
        flex-direction: row;
    }

    #cmp-image-box {
        display: flex;
        margin-bottom: 40px;
        flex-direction: column;
        margin-right: 3vw;
    }

    .cmp-para-group-head {
        font-size: 3vw;
        line-height: 4vw;
        margin: 0 0 2vw 0;
    }

    .cmp-para-group-para {
        font-size: 1.8vw;
        margin-bottom: 4vw;
    }

    #cmp-box-1 {
        margin-bottom: 2vw;
        width: 30vw;
        height: 40vw;
    }

    .cmp-box-2 {
        margin: 0px;
        width: 30vw;
    }

    .cmp-box-4 {
        margin: 0;
        width: auto;
    }

    .cmp-box-2 p {
        font-size: 2vw;
    }

    .cmp-box-2 b {
        font-size: 2vw;
    }

    .cmp-box-4 p {
        font-size: 2vw;
    }

    .cmp-box-4 b {
        font-size: 2vw;
    }

    .cmp-video__player {
        margin-bottom: 2vw;
        height: 40vw !important;
        padding: 0 !important;
        border: 1px solid #163E65;
        width: 55vw !important;
    }

    #cmp-para-bottom p {
        font-size: 2vw;
        line-height: 2vw;
    }

    .img-cms-logo {
        width: 20vw;
        margin-left: 2vw;
    }

    .cmp-medi-modal-box {
        width: 130vw;
        max-height: 130vh;
        border: 1.3vw solid #771950;
        border-radius: 4vw;
    }


    #cmp-medi-right-container {
        padding: 5vw;
    }

    #footer #Global_footer #txt_footer1 .main .firstline {
        display: block;
        font-size: 2.5vw;
        line-height: 4vw;
        display: none;
    }

    #footer #Global_footer #txt_footer1 .main .firstline .imgcheck {
        display: inline;
    }

    #footer #Global_footer p,
    #footer #Global_footer div {
        font-size: 2.5vw;
        line-height: 4vw;
        right: 0;
        position: relative;
    }

    #footer #Global_footer #txt_footer2 p {
        font-size: 2.5vw;
        line-height: 4vw;
    }

    #footer #Global_footer #footer_links a {
        font-size: 2.5vw;
        line-height: 4vw;
    }

    #footer #Global_footer #txt_footer3 p {
        font-size: 2.5vw;
        line-height: 4vw;
    }

    #footer #Global_footer #footer_links #icon_check {
        width: 5.5vw;
    }

    #footer #Global_footer #txt_footer1 .main .firstline .imgcheck img {
        margin-left: 4px;
        width: 2vw;
    }

    #footer #Global_footer #container_az_logo #footer_az_logo {
        width: 20vw;
    }

    #ex_header #Global_header {
        font-family: Arial, sans-serif;
    }
}

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

    .cmp-head-key {
        margin-bottom: 0px;
    }
}


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

    #cmp-left-container-inside {
        top: 98vw;
        margin: 0vw 5vw;
    }

    .cmp-head-key {
        margin-bottom: 0px;
    }
}

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

    #cmp-left-container-inside {
        top: 102vw;
        margin: 0vw 5vw;
    }

    .cmp-head-key {
        margin-bottom: 0px;
    }

    .cmp-medi-modal-title {
        font-size: 5vw;
        line-height: 5vw;
        margin-top: 4vw;
    }

    .cmp-medi-modal-body {
        font-size: 4vw;
        line-height: 5vw;
    }

    /* Close button */
    .cmp-medi-close {
        font-size: 10vw;
        line-height: 5vw;
    }

}

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

    #cmp-left-container-inside {
        top: 101vw;
        margin: 0vw 5vw;
    }

    #ex_header #Global_header #icon_home {
        width: 30px;
        margin-top: 25px;
    }

    .cmp-head-key {
        margin-bottom: -5px;
    }
}

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

    #cmp-left-container-inside {
        top: 85vw;
        margin: 0vw 5vw;
    }

    #ex_header #Global_header #azmedicareupdates {
        width: 160px;
    }

    .cmp-head-key {
        margin-bottom: -5px;
    }

    #ex_header #Global_header #left_header .cmp-separator__horizontal-rule {
        height: 45px;
    }

    #ex_header #Global_header #icon_home {
        width: 20px;
        margin-top: 20px;
    }

    #ex_header #Global_header {
        height: 70px;
    }

}

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

    #cmp-left-container-inside {
        top: 111vw;
        margin: 0vw 5vw;
    }

    .cmp-head-key {
        margin-bottom: -10px;
    }
}

@media (orientation: landscape) and (max-width: 767px) {

    .left-content {
        width: 90vw;
        margin-left: 1vw;
        margin-top: 10px;
        font-size: clamp(1rem, 2vw, 2rem);
    }

    #footer #Global_footer p,
    #footer #Global_footer div {
        font-size: 1.5vw;
        line-height: 2vw;
        right: 0;
        position: relative;
    }

    #footer #Global_footer #txt_footer1 .main .firstline {
        display: block;
        font-size: 1.5vw;
        line-height: 3vw;
        display: none;
    }

    #footer #Global_footer p,
    #footer #Global_footer div {
        font-size: 2.5vw !important;
        line-height: 4vw !important;
        right: 0;
        position: relative;
    }

}

.text-megenta {
    color: #FF0FF0;
}

html {
    -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 992px){
div#cmp-video-box .cmp-container {

    display: flex;

    flex-direction: row;


}}
#cmp-image-box {
 display: inline-block;}
 
#cmp-image-box .text:first-child {
    width: 100%;
    display: block;
}
div#cmp-image-box > div {
    float: left;
}
@media screen and (min-width: 992px)
{
#cmp-video-box {
    display: flex;
    flex-direction: column;
}
}
#Ira_section
{
    margin-top:30px;
}
@media screen and (max-width: 1919px) and (min-width: 993px)
{
.left-button-ind {
  font-size: 1.2vw;
  margin-right: 2vw;
  padding: 0.7vw 0.8vw;
  border-radius: 1.3vw;
}
}

#left-button
{
width: 23vw;
background-color:rgb(119, 23, 80);
    color:#fff;
    margin-top:3vw;
}

.left_logo
{
    
margin-top: 1.5vw;
    margin-bottom: 1vw;
}

@media screen and (max-width: 992px) 
{
.left-button-ind {
  font-size: 4vw;
  margin-right: 2vw;
  padding: 0.7vw 0.8vw;
  border-radius: 1.3vw;
    width:100%;
    ;
}
#left-button
{
width:100%;
padding:2vw;
}

.left-button-ind a
{
    font-size:3vw;
}
.desktop-section
{
    display:none !important;
}
}


@media screen and (min-width: 992px) 
{
    .cmp-para-bottom.mobile-section
    {display:none !important;
    }
}


#cmp-medi-main-container > .responsivegrid:first-child
{
background-color:#FEF8EB;
}

@media screen and (max-width: 1919px) and (min-width: 993px) {
    #cmp-medi-right-container {
        width: 71vw;
        padding: 10px 20px 0px 0px;
    }
}


@media screen and (min-width: 992px)
{
.cmp-title, .cmp-text,.cmp-head-key, .cmp-list-para, #cmp-medi-right-container .cmp-button-group, .cmp-para-group-head, #cmp-image-box, #important_information
{
padding-left:40px;
}
.blue-seperator
{
    margin-left:40px;
}
}
.group-header-2
{
    background:#f5f5f5;
    margin-bottom:-2px;
    padding-top:20px;
}
#cmp-container-box2
{
    background:#f5f5f5;
}




@media screen and (max-width: 992px) {
    #cmp-medi-right-container {
        padding: 1vw 3vw 5vw 3vw;
    }
    .cmp-title,  .cmp-text,.cmp-head-key, .cmp-list-para, #cmp-medi-right-container .cmp-button-group, .cmp-para-group-head, #cmp-image-box, #important_information
{
   padding-left: 2vw; 
}
#cmp-video-box, #text-2a7ad7b742 .cmp-button-group
{
    padding-right:2vw;
}
}
p.oncology_section
{
    color:#163D65;
}
#text-60460becc5 .cmp-button-group
{
justify-content: left;
}

.left-button-ind a
{
color:#fff;
text-decoration:none !important;
}
/*updated css 

.hidden-content
{
visibility:hidden;
}

#Ira_section
{
display:none !important;
}

#text-aff9b9c9fd
{
display:none;
}

#cmp-container-box2
{
display:none;
}*/

@media screen and (max-width: 1500px) and (min-width: 993px) {
    #cmp-left-container-inside
    {
        top: 37vw !important;
    }
}

/*@media screen and (max-width: 1919px) and (min-width: 993px) {
    .cmp-para-bottom {
        width: 67vw;
        padding: 10px 0px 0px 40px;
        margin-top: 8vw;
        margin-bottom: 2vw;
    }
}*/

/*@media screen and (max-width: 1919px) and (min-width: 993px) {
    .img-cms-logo {
        margin-left:70px;
}
}*/

@media screen and (max-width: 1919px) and (min-width: 1367px) {
    #cmp-medi-right-container 
    {
        width: 67vw !important;
    }
    }
    
    @media screen and (max-width: 1366px) and (min-width: 1024px) {
    #cmp-medi-right-container {
        width: 71vw !important;
    }
}
/*.desktop-section
{
    display:none;
}*/
.mobile-section
{
    display:none;
}
@media screen and (max-width: 992px) {
    .img-cms-logo {
        margin-left:0vw;
    }
    #text-77daa60304
    {
        margin-bottom:20px;
    }
}

#left-button
{
    margin-top:1vw;

}
@media screen and (min-width: 1919px){
#left-button {
    width: 22vw;
    background-color: rgb(119, 23, 80);
    color: #fff;
    /*margin-top: 3vw;*/
    padding: 17px;
    /*margin-left: 20px;*/
    border-radius: 1.3vw;
    font-size:17px !important;
}}

#left-button
{
font-size:0.9vw;
}
/*#cmp-medi-right-container
{
    padding: 1vw 2vw 0vw 1vw;
}*/


@media screen and (min-width: 992px)
{
.desk-hidden
{
display:none;
}}

@media screen and (min-width: 1920px)
{
    
#cmp-container-box2 
{
    padding-top:30px;
    margin:0px 0px 0vw 0px;
    padding-bottom:75px;
    
}
#cmp-container-box
{
    margin:0px 0px 2.5vw 0px;
}
#cmp-left-container-inside h2
{
    margin-top:80px !important;
}

}

#cmp-medi-right-container
{
padding: 4vw 0vw 0vw 0vw;
}

#hidden-data
{
    display:none !important;
}
@media screen and (max-width: 992px)
{
    .cmp-box-2.second-section p{
        
    margin-left:35px;
}
.cmp-para-bottom
{
    margin-left:10px;
}
}


@media screen and (max-width: 1919px) and (min-width: 1367px) {
    #cmp-medi-right-container {
        width: 70vw !important;
    }
}
@media screen and (min-width:992px)
{
#text-2a7ad7b742
{
    margin-right:20px;
}
/*.cmp-box-2.second-section
{
    width: 400px;
}*/
}

.cmp-para-group-para.oncology_section
{
    padding-top:6px;

}

@media screen and (max-width: 1919px) and (min-width: 993px) {
   #cmp-container-box .cmp-box-2 {
        width: 25vw !important;
    }
}

@media screen and (max-width: 1919px) and (min-width: 993px) {
     #cmp-box-1 {
        width: 13vw;
        height: 9.9vw;
    }
}

@media screen and (min-width: 993px)
{
#cmp-container-box .cmp-box-2
{margin: 0px 20px 0px 0px !important;
 margin-top: 9vw !important;
}
}
#text-aff9b9c9fd .group-header-2
{
margin-bottom:-3px;
}
.nowrap {
    white-space: nowrap;
}

/* phase 3 update */

#cmp-left-container-inside h2
{
padding-left:0px;
font-size: 1.4vw;
width: 22vw;
line-height:1.2;
font-weight: bold;
    margin-top: 20px;
}


@media screen and (max-width: 1919px) and (min-width: 993px) {
    #cmp-container-box .cmp-box-2 {
        margin: 0px 0px 0px 20px !important;
        margin-top: 0vw !important;
    }
}

@media screen and (max-width: 1919px) and (min-width: 993px) {
    #cmp-container-box .cmp-box-2 {
        width: 13vw !important;
        height:17.5vw;
    }
}
@media screen and (max-width: 992px) {

.mobile-hidden
{
display:none !important;
}
}

@media screen and (max-width: 992px) 
    {
        .button-section .button1
        {
            font-size:12px;
            min-width:24vw;
            padding: 5px 10px;
        }
        .button-section .button2
        {
            font-size:12px;
            min-width:24vw;
            padding: 5px 10px;
        }
    }
    
    
     @media screen and (min-width: 1110px){
    .button-section .button1
{
background-color: rgb(119, 23, 80);
  color: #fff;
  border-radius: 1.3vw;
  padding: 10px 20px;
  margin: 10px 10px 0 0;
  text-align: center;
  min-width:12vw;
  font-size:11px;
}}
@media screen and (min-width: 1110px){
.button-section .button2
{
    background-color: rgb(119, 23, 80);
  color: #fff;
  border-radius: 1.3vw;
  padding: 10px 20px;
  margin: 10px 10px 0 0;
  text-align: center;
  min-width:12vw;
  font-size:11px;
}
}
    @media screen and (min-width: 993px) and (max-width: 1110px){
.button-section .button1
{
    font-size:8px;
    background-color: rgb(119, 23, 80);
  color: #fff;
  border-radius: 1.3vw;
  padding: 10px 20px;
  margin: 10px 10px 0 0;
  text-align: center;
  min-width:12vw;
  
}
}  
    @media screen and (min-width: 993px) and (max-width: 1110px)
    {
    .button-section .button2
        {
            
            font-size:12px;
            min-width:16vw !important;
            background-color: rgb(119, 23, 80);
  color: #fff;
  border-radius: 1.3vw;
  padding: 10px 20px;
  margin: 10px 10px 0 0;
  text-align: center;
        }
    }
    
    
    @media screen and (max-width: 992px)
    {
        
    .button-section .button2
{
    background-color: rgb(119, 23, 80);
  color: #fff;
  border-radius: 1.3vw;
  padding: 10px 10px;
  margin: 10px 10px 0 0;
  text-align: center;
  min-width:29vw;
  font-size:10px;
}
}
@media screen and (max-width: 992px)
    {
        
    .button-section .button1
{
    background-color: rgb(119, 23, 80);
  color: #fff;
  border-radius: 1.3vw;
  padding: 10px 10px;
  margin: 10px 10px 0 0;
  text-align: center;
  min-width:29vw;
  font-size:10px;
}
    #Main_container .cmp-container__backgroundImage--enabled {
        min-height: 77px;
        max-height: 120px;
        margin: 0;

        /*background-size: contain;*/
        background-size: 100% 17.2vw;
        background-repeat: no-repeat;
        /* box-shadow: 0px 3px 5.25px 0px rgba(0, 0, 0, 0.29) inset; */
        z-index: 1;
        position: relative;
    }
    #home .home-header {
    max-width: 1920px;
    padding:10px 15px;
    margin: auto;
}
}
@media screen and (min-width: 1919px) {
  
#cmp-left-container-inside h2
{
width: 20vw;
}

   
   #Main_container .cmp-container__backgroundImage--enabled {
        min-height: 165px;
        max-height: 200px;
        margin: 0;z-index: 1;
        position: relative;
        max-width: 1920px;
        background-size: contain;
        background-size: 100% 165px;
        background-repeat: no-repeat;
        margin: 0 auto;
        /*box-shadow: 0px 3px 5.25px 0px rgba(0,0,0,0.29) inset;*/
    }
}

@media screen and (min-width: 1919px)
{

#cmp-container-box .cmp-box-2
{
margin: 0px 20px 75px 20px !important;
margin-top:0px !important;;
width:245px!important;;

}
}
    
@media screen and (min-width: 1919px) {
    #cmp-left-container-inside h2 {
        width: 18vw;
        font-size: 1.1vw;
    }
}  

@media screen and (min-width: 2850px) {
    #cmp-left-container-inside h2 
    {
        width: 9vw;
        font-size:30px;
    }
}

@media screen and (min-width: 2267px)
{
    .button-section .button1
    {
        min-width: 8vw;
    }
}


@media screen and (min-width: 4000px)
{
    .button-section .button1
    {
        min-width: 5vw;
    }
}


@media screen and (max-width: 1430px) and (min-width: 993px) {
 #Main_container .cmp-container__backgroundImage--enabled{
        min-height: 165px;
        max-height: 180px;
        margin: 0;z-index: 1;
        position: relative;
        max-width: 1920px;
        background-size: contain;
        background-size: 100% 95%;
        background-repeat: no-repeat;
        /* box-shadow: 0px 3px 5.25px 0px rgba(0, 0, 0, 0.29) inset; */
    }
}
@media screen and (max-width: 1920px) and (min-width: 993px) {
  #Main_container .cmp-container__backgroundImage--enabled {
        min-height: 145px;
        max-height: 200px;
        margin: 0;
        max-width: 1920px;z-index: 1;
        position: relative;
        background-size: contain;
        background-size: 100% 130px;
        background-repeat: no-repeat;
        /* box-shadow: 0px 3px 5.25px 0px rgba(0, 0, 0, 0.29) inset; */
    }
}
    
@media screen and (max-width: 992px) and (min-width: 460px) {
     #Main_container .cmp-container__backgroundImage--enabled {
        min-height: 13.762vw;

        background-size: 100%;
    }
    #home .home-header {
    max-width: 1920px;
    padding: 3vw 15px;
    margin: auto;
}
}

.left-content sup {
    font-size:65%;
    }
    



    
