/*exitramp*/

.modal.exit-ramp-modal.modal--visible {
    padding: 0px;
    display: flex !important;
    justify-content: center;
    background: rgba(55, 53, 53, 0.94);
}

body .modal-box {
    padding: 60px 16px 30px;
    max-width: 720px;
    width: calc(100% - 68px);
    max-height: 90% !important;
    height: auto;
    top: auto;
    position: relative;
    background-color: #fff;
    overflow: auto;
    margin: auto;
}

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

.modal.exit-ramp-modal.modal--visible .modal-box {
    max-width: 720px;
}

 .exit-ramp-title {
    font-size: 31.25px!important;
    line-height: 34px!important;
    font-style: normal;
    font-weight:400;
    margin-bottom: 20px;
    color: rgba(131, 0, 81, 1)!important;
    font-family: 'Arial';
}

.modal-box__content .exit-ramp-content .exit-ramp-body {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: rgba(92, 96, 101, 1);
    font-family: 'Arial Regular';
}

.modal .exit-ramp-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
}

body .modal .exit-ramp-continue {
    background-color: #680340;
    border: 1px solid #680340;
    color: #fff;
    display: inline-block;
    font-family: "Inter-Bold";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}

body .modal .exit-ramp-cancel {
    background-color: rgba(0,0,0,0);
    border: 1px solid #680340;
    color: #680340;
    display: inline-block;
    font-family: "Inter-Bold";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.modal.exit-ramp-modal.modal--visible button.modal__close {
    display: none;
}

/*exitramp*/


#internal-links ul {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

#internal-links ul li {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-left: 2px solid #D0006F;
    scroll-padding-top: 20px;

}
#internal-links ul li a {
    font-weight: 700;
    font-family: 'Inter-Regular';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color:#003864;
    text-decoration:underline;

}

#internal-links ul li a:hover {
    color:#3C4242;
    text-decoration:none;

}


/*new page*/
/*footer*/
#footer-care-sec{
    background-color: #f8f8f8;
    padding: 30px 0 40px;
}
#footer-care-sec #three-col-footer img{
    width: 175px;
    margin-bottom: 10px;
}
#abberivation-text-list ol{
    list-style-type: decimal;
}
#abberivation-text-list ol li{
    font-size: 12px;
    line-height: 20px;
    font-family: 'Inter-Regular';
    color: #3C4242;
}
#abberivation-text-list ol li a{
     color: #3C4242;
}
#footer-care-sec #three-col-footer p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter-Regular';
    color: #3C4242;
}

#guideline-text-center {
    text-align: center;
}
#footer-care-sec #three-col-footer .footer-link{
    margin-bottom: 15px;
}
#footer-care-sec #three-col-footer .footer-link a{
    color: #3C4242;
    text-decoration: none;
}
#footer-care-sec #three-col-footer .azcl-column-par2,
#footer-care-sec #three-col-footer .azcl-column-par3{
    padding-top: 60px;
}
#footer-care-sec #three-col-footer .azcl-column-par1{
    padding-right: 60px;
    width: 45%;
}
#footer-care-sec #three-col-footer .azcl-column-par2{
    width: 25%;
}
#footer-care-sec #three-col-footer .azcl-column-par3{
    width: 30%;
}
#footer-care-sec #three-col-footer{
    display: flex;
    /*flex-wrap: wrap;*/
}
#footer-care-sec #two-col-foot p{
    font-family: 'Inter-Regular';
    font-size: 12px;
}
#footer-care-sec #two-col-foot .footer-logo{
    display: flex;
    gap: 17px;
}
#footer-care-sec #two-col-foot{
    margin-top: 30px;
}
#footer-care-sec #three-col-footer p a{
    text-decoration: underline;
}

/*footer*/
/* === Global Banner Styles === */
span.brown-color {
  color: #F0AB00;
}

#banner-container {
  background: #240116;
  /*max-width: 1440px;*/
  margin: auto;
}

#inner-container {
  max-width: 1195px;
  margin: auto;
  padding: 0 15px;
}

p.hero-banner-title {
  font-size: 46px;
  line-height: 60px;
  font-family: 'Lexia';
  font-weight: 700;
  color: #fff;
  padding: 51px 0 31px;
}

/* === Pink Container === */
#pink-container {
  background: #F6CCE2;
  padding: 28px;
}

#pink-container #inner-container {
  background: #fff;
  padding: 11.5px 25px;
  border-radius: 8px;
}

#pink-container h2.cmp-title__text.cmp-title__text--h2 {
  font-size: 26px;
  line-height: 34px;
  font-family: 'Lexia';
  color: #005589;
  font-weight: 500;
  margin: 0;
  padding: 12px 0 20px;
}

#pink-container p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular';
  color: #3C4242;
  padding-bottom: 28px;
}

#pink-container a {
  color: #D0006F;
  text-decoration: underline;
  
}
#pink-container .cmp-button{
      display: inline-flex;
}

#pink-container span.cmp-button__text {
  background: #D0006F;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: 'Inter-Regular';
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
}

/* === Grey Background Section === */
#grey-bg-container {
  background: #F8F8F8;
  padding-top: 30.5px;
}

#grey-bg-container p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular';
  color: #3C4242;
}

#foot-note p {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Inter-Regular';
  color: #3C4242;
}

#grey-bg-container h2 {
  margin: 20px 0 5px;
}

#grey-bg-container a {
  color: #D0006F;
  text-decoration: underline;
}

/* === White Background with Three Columns === */
#white-bg-with-three-column {
  padding: 23.5px 0;
}

#white-bg-with-three-column h2 {
  margin: 0;
}

#white-bg-with-three-column h3.cmp-title__text.cmp-title__text--h3 {
  font-size: 26px;
  line-height: 34px;
  font-family: 'Lexia';
  color: #005589;
  font-weight: 500;
  margin: 0;
}

#white-bg-with-three-column .azcl-column-par1,
#white-bg-with-three-column .azcl-column-par2,
#white-bg-with-three-column .azcl-column-par3 {
  border: 1px solid #D8DFDE;
  border-radius: 8px;
}

#white-bg-with-three-column .button {
  text-align: center;
  margin-top: 24px;
}

#white-bg-with-three-column a#clickhere-cta {
  background: #D0006F;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: 'Inter-Regular';
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
}

/* === Three Column Pink Background === */
#three-col-pink-bg {
  padding-bottom: 20px;
}

#three-col-pink-bg .azcl-column-par1,
#three-col-pink-bg .azcl-column-par2,
#three-col-pink-bg .azcl-column-par3 {
  background: #F6CCE2;
  border-radius: 8px;
}

/* === Three Column with Border === */
#three-col-with-border {
  padding: 15px 25px;
}

/* === Three Column with Card === */
#three-col-with-card {
  padding: 20px 0 13.5px;
}

/* === Additional Containers === */
#pink-bg-container {
  padding: 24px;
}

#three-col-text {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular';
  color: #3C4242;
  text-align: center;
}

#bigger-title h2 {
  font-size: 36px;
  line-height: 40px;
  font-family: 'Lexia';
  color: #003864;
  font-weight: 700;
}

#psda-container p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular';
  color: #3C4242;
}

#foot-note {
  font-family: 'Inter-medium';
  color: #3C4242;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

#guideline-con p {
    padding-top:20px;
    padding-bottom: 20px;
   font-size: 16px;
    line-height: 24px;
    font-family: 'Inter-Regular';
    color: #3C4242;  
}

div#bottom-grey p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter-Regular';
    color: #3C4242;
}
div#bottom-grey {
    background: #F8F8F8;
    padding: 30px 0;
}
#bottom-grey .button {
    text-align: center;
    margin-top: 24px;
}
#bottom-grey a#clickhere-cta {
  background: #D0006F;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: 'Inter-Regular';
  border-radius: 4px;
  text-decoration: none;
}
div#cta-button-pink a {
    color: #fff;
    font-weight: 700;
}
div#cta-button-pink {
    max-width: fit-content;
    margin: auto;
    background: #D0006F;
    text-align: center;
    border-radius: 4px;
    margin-top: 29px;
    padding: 15px;
}
#abberviation-block h4 {
    color: #003864;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Lexia';
    font-weight: 400;
}
#abberivation-text p,
#abberivation-text-list p{
        font-size: 12px;
    line-height: 20px;
    font-family: 'Inter-Regular';
    color: #3C4242;
}
/*new page*/


.d-none{
    display: none;
}
.others-submit{
    display: none;
}
.cmp-dynamicform__clear-btn{
    display: none;
}
.checkbox:has([data-class*='custom-checkbox']) label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox:has([data-class*='custom-checkbox']) input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}

.checkbox:has([data-class*='custom-checkbox']) span {
    font-size: 1.2rem;
    background-color: #ccc;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.checkbox:has([data-class*='custom-checkbox']) input[type="checkbox"]:checked + span {
    background-color: #4caf50;
    color: white;
}

#banner-two-col{
    display: flex;
}
#banner-two-col .azcl-column-par1{
    width: 52%;
}
#banner-two-col .azcl-column-par2{
    width: 48%;
}
#psda-container{
    padding-bottom: 40px;
}
.cmp-accordion__button--expanded .cmp-accordion__icon::before{
    content: url(/content/dam/intelligentcontent/unbranded/aztransformingcare/gb/en/global/up-arrow.png) !important;
}

.cmp-accordion__icon::before{
    content: url(/content/dam/intelligentcontent/unbranded/aztransformingcare/gb/en/global/down-arrow.png) !important;
}

@media screen and (min-width: 1440px) and (max-width: 1535px) {
    body .modal-box {
    max-height: 100% !important;
    padding: 80px 46px 60px;
    margin: 0 auto;
}
    
}

/*mobile -potrait*/
@media only screen and (max-width: 767px){
    body .modal .exit-ramp-body {
    font-size: 16px!important;
    line-height: 24px!important;
    margin-bottom: 14px;
    text-align: center;
}
    body .modal .exit-ramp-title {
    font-size: 26px!important;
    line-height: 34px!important;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
    text-decoration: none;
    margin-bottom:15px;
    text-align:center;
}
    #top-pi-container p{
        font-size: 12px !important;
    }
    #internal-links ul li {
    padding-right: 15px;
    padding-left: 15px;
}
    #three-col-with-border{
        padding: 15px 20px;
    }
    #banner-two-col .azcl-column-par1,
    #banner-two-col .azcl-column-par2{
        width: 100%;
    }
    #banner-two-col{
        flex-wrap: wrap;
    }
    #footer-care-sec #three-col-footer{
        flex-direction: column;
        flex-wrap: wrap;
    }
    #footer-care-sec #three-col-footer .azcl-column-par2,
    #footer-care-sec #three-col-footer .azcl-column-par3,
    #footer-care-sec #three-col-footer .azcl-column-par1{
        width: 100%;
        padding: 0;
    }
    
    
p.hero-banner-title {
   font-size: 40px;
    line-height: normal;
    font-family: 'Lexia';
    font-weight: 700;
    color: #fff;
    padding: 51px 0 31px;
    text-align: -webkit-center;
}
div#psda-container {
    max-width: 100%;
    margin: auto;
}
div#grey-bg-container {
    max-width:100%;
    margin: auto;
}
div#white-bg-with-three-column {
    max-width: 100%;
    margin: auto;
}
div#bottom-grey {
    max-width: 100%;
    margin: auto;
}
div#cta-button-pink {
    /*max-width: 70%;*/
    line-height: 1.5;
    margin: auto;
    margin-top: 20px
}
#pink-container span.cmp-button__text {   
    padding: 10px 16px;
    font-size: 13px;
    line-height: 16px;
}
#pink-bg-container{
    text-align: center;
}
}
