#bevaspi-page .bevespi-purple, #bevespi-purple{
    color: #102864;
}
#bevaspi-page #seventy-three-white-bg-col{
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #D8DFDE;
    /*background: #fff;*/
    flex-wrap: wrap;
}
#bevaspi-page #seventy-three-white-bg-col-v2{
    display: flex;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #C4007A;
    flex-wrap: wrap;
    margin-top: 20px;
}
#bevaspi-page #seventy-three-without-bg-border{
    display: flex;
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    padding: 15px;
    /*margin-bottom: 15px;*/
}
#bevaspi-page div#seventy-three-without-bg-border img {
    width: 70px;
}
#bevaspi-page #trixeo-primary-container-bg {
    background-color: #f8f8f8;
}

#bevaspi-page #fixed, #bevaspi-page .fixed {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#bevaspi-page p{
    font-size: 16px;
    line-height: 24px;
    color: #3C4242;
    margin-bottom: 15px;
}
#bevaspi-page b{
    font-family: "Inter-Bold";
}
#bevaspi-page ul, #bevaspi-page ol{
    padding-top: 4px;
    padding-bottom: 10px;
    /*padding-left: 20px;*/
    word-wrap: break-word;
    word-break: break-word;
    list-style-position: outside;
}
#bevaspi-page li{
    font-size: 16px;
    line-height: 1.5;
    color: #3C4242;
}
#bevaspi-page h2{
    font-size: clamp(2.25rem, 2.0299rem + 0.939vw, 2.875rem);
    line-height: normal;
    color: #3C4242;
    font-family: "Lexia" !important;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}
#bevaspi-page h4{
    font-size: 26px;
    line-height: normal;
    color: #3C4242;
    font-family: "Lexia" !important;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}
#bevaspi-page h5{
    font-size: 24px;
    color: #3C4242;
    font-family: "Lexia" !important;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}
#bevaspi-page ul li:before{
    font-size: 15px;
    padding-right: 11px;
}
#bevaspi-page h3{
    font-size: clamp(1.625rem, 1.4049rem + 0.939vw, 2.25rem);
    line-height: normal;
    color: #3C4242;
    font-family: "Lexia" !important;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
#bevaspi-page h1{
    font-size: clamp(2.25rem, 1.8099rem + 1.8779vw, 3.5rem);
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Lexia" !important;
}
#bevaspi-page h1 b{
    font-family: "Lexia" !important;
}


#bevaspi-page .mb-0{
    margin-bottom: 0;
}
#bevaspi-page .mt-2{
    margin-top: 20;
}
#bevaspi-page .text-center, #bevaspi-page #title-center{
    text-align: center;
}

#bevaspi-page .ul-font-lexia li{
    font-family: 'Lexia' !important;
    font-size: 24px;
}
#bevaspi-page .cmp-container__backgroundImage--enabled{
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    margin: 0;
}
#bevaspi-page #banner-hero-column .azcl-column-par2 .cmp-image__image.cmp-image--desktop{
    display: none;
}
#bevaspi-page #white-bg{
    background: #fff;
}
#bevaspi-page .pink-border-box{
    background: #fff;
    padding: 22px;
    border-radius: 8px;
    border: 2px solid #C4007A;
}
#bevaspi-page .pink-border-box-v2{
    background: #F8F8F8;
    padding: 22px;
    border-radius: 8px;
    border: 2px solid #C4007A;
}
#bevaspi-page #tabs-layout-v1 .cmp-tabs__selected, #bevaspi-page #tabs-layout-v2 .cmp-tabs__selected{
    display: none;
}
#bevaspi-page #tabs-layout-v1 .cmp-tabs__tablist, #bevaspi-page #tabs-layout-v2 .cmp-tabs__tablist{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    /*border-bottom: 2px solid #102864;*/
    gap: 2px;
    margin-bottom: 0;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#bevaspi-page #tabs-layout-v1 .cmp-tabs__tabpanel{
    border-top: 2px solid #102864;
    padding-top: 20px;
}
#bevaspi-page #tabs-layout-v2 .cmp-tabs__tabpanel{
    background: #102864;
    padding-top: 25px;
    padding-bottom: 30px;
}
#bevaspi-page #tabs-layout-v1 .cmp-tabs__tablist li{
    flex: 1 1 24.1%;
    text-align: center;
    background: #EBEFEE;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: "Lexia" !important;
    padding: 17px 0px;
    font-size: 14px !important;
}
#bevaspi-page #tabs-layout-v2 .cmp-tabs__tablist li{
    text-align: center;
    flex: 1 1 33.2%;
    background: #EBEFEE;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "Lexia" !important;
    padding: 17px 0px;
    font-size: 14px !important;
}
#bevaspi-page #tabs-layout-v1 .cmp-tabs__tab--active, #bevaspi-page #tabs-layout-v2 .cmp-tabs__tab--active{
    color: #fff;
    background: #102864 !important;
    font-weight: 700;
}
#seventy-three-without-bg-border .azcl-column-par1{
    width: 7%;
}
#seventy-three-without-bg-border .azcl-column-par2{
    width: 93%;
}
#bevaspi-page .useful-boxi{
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
#bevaspi-page .useful-boxi .img-box img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
#bevaspi-page .useful-boxi .content-box{
    padding: 26px 15px;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    /*justify-content: space-between;*/
}
#bevaspi-page .useful-boxi .content-box a.click-button{
    background: #252359;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    padding: 9px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: auto;
}
#bevaspi-page .useful-boxi .content-box h4{
    text-align: center;
    margin-bottom: 40px;
}
#bevaspi-page .text-white{
    color: #fff !important;
}
#bevaspi-page .play-time-sec{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
}
#bevaspi-page .content-box button{
    background: #252359;
    border: none;
    font-weight: 700;
    padding: 0px 12px;
    border-radius: 4px;
    height: 40px;
}
#bevaspi-page .content-box button a{
    text-decoration: none;
    color: #fff;
}
#bevaspi-page .play-time-sec p.time-duration{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
#bevaspi-page .play-time-sec p.time-duration img{
    width: 33px;
    height: 33px;
    margin-right: 8px;
}
#bevaspi-page #resource-width-inner{
    width: 60%;
    margin: 0 auto;
}
#bevaspi-page #pink-accordion .cmp-accordion__button{
    padding: 0;
    color: #C4007A;
    font-family: "Lexia" !important;
    font-size: 26px;
}
#bevaspi-page #pink-accordion .cmp-accordion__panel{
    padding: 0;
}
#bevaspi-page #pink-accordion .cmp-accordion__button--expanded .cmp-accordion__icon::before{
  content: '';
  background-image: url(/content/dam/intelligentcontent/multibrand/uk/my-az-med/bevespi/arrow-icon.png) !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
#bevaspi-page #pink-accordion .cmp-accordion__icon::before{
  content: '';
  background-image: url(/content/dam/intelligentcontent/multibrand/uk/my-az-med/bevespi/arrow-icon-side.png) !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
#bevaspi-page #seventy-three-without-bg-border h4{
    margin-bottom: 5px;
}
#bevaspi-page #pink-accordion h3.cmp-accordion__header{
    padding: 15px 0;
}
#bevaspi-page #back-top-btn p{
    text-align: right;
}
#bevaspi-page #back-top-btn p a{
    color: #3C4242;
}

#back-to-top ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    margin-left: 0;
}
#back-to-top ul li{
    border-left: 2px solid #EF4130;
    color: var(--bgColor-core-3);
    font-weight: 700;
    line-height: 18px;
    padding: 8px 16px;
    display: block;
    white-space: nowrap;
    list-style: none;
    padding-left: 27px;
    
}
#back-to-top ul li a{
    color: #3C4242;
}
#back-to-top ul li:before{    
    display: none !important;
}

#bevaspi-main-page .cmp-experiencefragment--footer {
    background-color: #f4f6f6;
    padding: 0 71px 57px 69px;
    margin: 0 !important;
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-logo {
    padding: 13px 0 44px;
    border-top: 1px solid rgba(60, 66, 66, 0.52);
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-logo .cmp-image {
    width: 151px;
    height: 39px;
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-logo ul {
    list-style-type: none;
    float: right;
    padding-top: 6px;
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-logo ul li {
    float: left;
    padding-left: 20px;
    font-size: 16px;
    text-indent: 0;
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-logo ul a {
    color: #3c1053;
    font-size: 16px;
    text-decoration: none;
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-copyright p {
    color: #3C4242;
    font-size: 14px;
    line-height: normal;
    margin: 0;
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-copyright #footer-date {
    float: right;
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-copyright #footer-date p {
    color: #707070;
}
#bevaspi-main-page #footer-logo .cmp-text ul li:before{
    content: '' !important;
}
#bevaspi-main-page p.jobbag-codes:before {
    visibility: visible;
    content: "Approval ID: GB-65881 Date of preparation: April 2025";
    display: block;
}
#bevaspi-main-page p.jobbag-codes{
     visibility: hidden;
}
#bevaspi-main-page .cmp-text--report-content .cmp-text p{
    font-size: 16px;
    line-height: 1.5
}
#bevaspi-main-page .cmp-text--report-content .cmp-text p a{
    color: #d0006f;
}

body#bevaspi-main-page{
    padding-top: 122px;
    max-width: 1440px;
    margin: auto;
}
#bevaspi-main-page .cmp-experiencefragment--header #myazmed-header .cmp-image {
    height: 77px;
    padding: 18px 0;
    width: 146px;
    margin-left: 55px;
}
    #bevaspi-main-page .cmp-experiencefragment--header {
    height: 122px;
    position: fixed;
    top: 0;
    max-width: 1440px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px 0 rgba(60, 66, 66, 0.2);
    background-color: #ffffff;
}
@media screen and (max-width: 991px){
    #bevaspi-page #resource-width-inner{
    width: 100%;
}
}

@media screen and (max-width: 767px){
body#bevaspi-main-page{
    padding-top: 50px !important;
}
    #bevaspi-main-page .cmp-experiencefragment--header #myazmed-header .cmp-image {
        height: 20px;
        width: 76px;
        margin: 0px 16px 14px 16px;
        padding: 0;
}
    #bevaspi-main-page .cmp-experiencefragment--footer{
    padding: 0 0 30.3px
}
#bevaspi-main-page .cmp-experiencefragment--footer #footer-logo {
        padding: 0;
        margin: 0 23px 0 20px;
}
   #bevaspi-main-page .cmp-experiencefragment--footer #footer-logo .image .cmp-image {
        margin: 16px auto 24px;
    }
   #bevaspi-main-page .cmp-experiencefragment--footer #footer-logo .text {
        margin-left: 0 !important;
        width: 100% !important;
    }
    #bevaspi-main-page .cmp-experiencefragment--footer #footer-logo .text ul {
        float: none;
        text-align: center;
        padding-top: 0;
    }
        #bevaspi-main-page .cmp-experiencefragment--footer #footer-logo .text ul li:first-child {
        padding-left: 0px;
    }
        #bevaspi-main-page .cmp-experiencefragment--footer #footer-logo .text ul a {
        font-size: 10px;
    }
    #bevaspi-main-page .cmp-experiencefragment--footer #footer-copyright .text {
        width: 100% !important;
    }
        #bevaspi-main-page .cmp-experiencefragment--footer #footer-copyright p {
        font-size: 8.4px;
        text-align: center;
    }
        #bevaspi-main-page .cmp-experiencefragment--footer #footer-copyright #footer-date {
        /*margin-top: 18px;*/
        float: none;
    }
        #bevaspi-main-page .cmp-experiencefragment--footer #footer-logo .text ul li {
        font-size: 10px;
        display: inline;
        float: none;
        padding-left: 10px;
    }
    #bevaspi-main-page .cmp-experiencefragment--footer #footer-logo .image.aem-GridColumn--default--none{
    width: 100%;
}
    #seventy-three-without-bg-border .azcl-column-par1,
    #seventy-three-without-bg-border .azcl-column-par2{
        width: 100% !important;
    }
    #bevaspi-page #seventy-three-without-bg-border{
        flex-wrap: wrap;
    }
    #bevaspi-page #fixed, #bevaspi-page .fixed, #bevaspi-page #tabs-layout-v1 .cmp-tabs__tablist, #bevaspi-page #tabs-layout-v2 .cmp-tabs__tablist {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    #bevaspi-page .cmp-container__backgroundImage--enabled{
    background-image: none !important;
    margin: 0;
}
#bevaspi-page #banner-hero-column .azcl-column-par2 .cmp-image__image.cmp-image--desktop{
    display: none;
}
#bevaspi-page #banner-hero-column #fixed{
    padding: 0;
}
#bevaspi-page #banner-hero-column #fixed .azcl-column-par1{
    padding-left: 20px;
    padding-right: 20px;
}
#bevaspi-page #banner-hero-column #fixed{
    display: flex;
    flex-direction: column-reverse;
}
#bevaspi-page #banner-hero-column #fixed img{
    padding-top: 0;
}
#bevaspi-page .ul-font-lexia li {
    font-size: 19px;
    line-height: 28px;
}
#bevaspi-page .ul-font-lexia li:before{
    font-size: 1em
}
#bevaspi-page #tabs-layout-v1 .cmp-tabs__tablist li{
    flex: 1 1 50%;
}
#bevaspi-page #tabs-layout-v2 .cmp-tabs__tablist li{
    flex: 1 1 100%;
}
#bevaspi-page #tabs-layout-v1 .cmp-tabs__tablist{
    gap: 0;
}
#bevaspi-page #tabs-layout-v2 .cmp-tabs__tablist{
    gap: 0;
}
}
