.patient-about-banner-main {
    padding: 0;
    background-color: #2e1c46;
}

.patient-about-banner {
    padding: 30px 0;
    display: flex;
}

.patient-banner-view {
    padding: 0;
}

.patient-banner-view figure {
    padding: 0;
    width: 77px;
}

.patient-banner-view figure img {
    padding: 0;
    margin-top: 8px;
}

.patient-about-content {
    margin-left: 40px;
}

.patient-about-content h2 {
    font-size: 35px;
    line-height: 1.42857143;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #ffffff;
    margin: 0;
}

.patient-about-content p, .patient-about-content h1.subpage-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top:0;
}

.patient-about-main {
    background-color: #e0e0e0;
    padding: 25px 0 35px 0;
}

.patient-main-about-content {
    background-color: #ffffff;
    padding: 20px 30px 20px 30px;
}

.insurance {
    padding: 0 0 38px 0;
}

.insurance h5 {
    font-size: 23px;
    line-height: 24px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46; margin: 0 0 20px 0;
}

.insurance p {
    font-size: 16px;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    color: #2e1c46;
    line-height: 1.42857143;
}

.benefits {
    padding-bottom: 30px;
}

.benefits h5 {
    font-size: 23px;
    line-height: 24px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46; 
    margin-bottom: 20px;
}

.benefits-content {
    display: flex;
}

.benefits-view figure {
    margin: 0;
    padding: 0; width: 87px;
}

.benefits-view figure img {
    margin: 0;
    padding: 0;
}

.benefits-content p {
    font-size: 16px;
    line-height: 1.42857143;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    color: #2e1c46;
    padding-right: 20px;
    margin-bottom: 10px;
}

.benefits-data a {
    font-size: 14px;
    /* font-family: HelveticaNeueLTStd-Bd; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:bold;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #2e1c46;
    color: #2e1c46;
    text-decoration: none; 
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 1.42857143;
}

.benefits-data a:hover, .benefits-data a:focus{
    text-decoration: underline; 
}

.benefits-data a span {
    padding-right: 30px;
    position: relative;
}

.benefits-data a span::after {
    content: url(/content/dam/intelligentcontent/brands/enhertu4u/us/en/images/dtc/desktop/home/blue-right-arrow.png);
    position: absolute;
    right: 0;
    top: 1px;
}

.benefits-data a:hover {
    background-color: #2e1c46;
    border: 1px solid #fff;
    color: #fff;
}

.benefits-data a:hover span::after {
    content: url(/content/dam/intelligentcontent/brands/enhertu4u/us/en/images/dtc/desktop/home/white-right-arrow.png);
}


.patient-form {
    padding: 50px 0 30px 0; 
    border-top: 1px solid #969696;
}

.patient-form h5 {
    font-size: 23px;
    line-height: 24px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46; 
    margin: 0 0 20px 0;
}

.patient-form-content {
    display: flex;
}

.patient-form-view figure {
    margin: 0;
    padding: 0; width: 143px;
}

.patient-form-view figure img {
    margin: 0;
    padding: 0; max-width: 116px;
}

.patient-form-content > p {
    font-size: 16px;
    line-height: 24px;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    color: #2e1c46; padding-right: 20px;
}
.patient-form-data 
{
    padding: 0 0 0 20px;
}
.patient-form-data > p {
    font-size: 16px;
    line-height: 1.42857143;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    color: #2e1c46;  
}
.patient-form-phone {
    padding: 10px 0 8px 5px;
}
.patient-form-phone ul {
    padding: 0;
}
.patient-form-phone ul  li{
    padding: 0 0 0 15px;
    position: relative;
}
.patient-form-phone ul li::before {
    padding: 0;
    margin: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #2e1c46;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}
.patient-form-phone ul li p {
    font-size: 16px;
    line-height: 1.42857143;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    color: #2e1c46;  
}
.patient-form-phone ul li p a { 
    /* font-family: HelveticaNeueLTStd-Bd; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46; 
}
.patient-form-but 
{
    padding: 0;
}

.patient-form-but a {
    font-size: 15px;
    line-height: 22px;
    /* font-family: HelveticaNeueLTStd-Bd; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:bold;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #2e1c46;
    color: #2e1c46;
    text-decoration: none; display: inline-block;  
}

#dtc-about-enhertu .contactus a span {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.patient-form-but a span {
    padding-right: 40px;
    position: relative;
}

.patient-form-but a span::after {
    content: url(/content/dam/intelligentcontent/brands/enhertu4u/us/en/images/dtc/desktop/about/download_icon.png);
    position: absolute;
    right: 0;
    top: 0px;
}

.patient-form-but a:hover, .patient-form-but a:focus {
    text-decoration:underline;
}


.patient-form-but ul { display: flex;}
.patient-form-but ul li { margin-right: 15px; } 

.nowrap{ white-space: nowrap;}


.patient-form-but a:hover, .patient-form-but a:focus {
    background-color: #2e1c46;
    border: 1px solid #fff;
    color: #fff;
    text-decoration:none;
}

.patient-form-but a:hover span::after {
    content: url(/content/dam/intelligentcontent/brands/enhertu4u/us/en/images/dtc/desktop/about/download_icon_white.png);
}

@media screen and (max-width: 991px) {
    .benefits-content p { padding-right: 0; }
    .patient-form-content { display: block;}
    .patient-form-data { padding: 0;}
    .patient-about-content h2 { font-size: 30px; line-height: 30px;}
    .patient-about-content p, .patient-about-content h1.subpage-desc { font-size: 16px; line-height: 20px; margin-bottom: 0px;}
    .insurance h5  { font-size: 21px; line-height: 24px;}
    .insurance p { padding-right: 0; font-size: 14px; line-height: 20px;}
    .patient-banner-view figure { width: 80px;}
    .patient-banner-view figure img { margin-top: -2px; padding-left:15px;}
    .patient-about-banner { padding: 10px 0;}
    .benefits-data { padding: 0 0 0 15px;}
    .benefits-data p{margin-bottom:0;}
    .benefits-view figure { width: 41px;}
    .benefits-content p { font-size: 15px; line-height: 1.42857143; margin-bottom: 10px;}
    .benefits h5 { font-size: 21px;  line-height: 24px;}
    .patient-main-about-content { width: 85%; margin: 0 auto;}
    .patient-main-about-content { padding: 20px 20px 20px 20px;}
    .patient-form { padding: 30px 0 15px 0; }
    .patient-form-view { display: none;}
    .patient-form-data > p { font-size: 15px; line-height: 1.42857143; margin-bottom:10px;}
    .patient-form h5 { font-size: 21px;  line-height: 24px;}
    .patient-form-phone ul li p { font-size: 14px; line-height: 1.42857143;}
    .patient-form-phone ul li::before { left: 7px;}
    .patient-form-but ul { display: block;}
    .patient-form-but ul li { margin-bottom: 10px; margin-right: 0; text-align: center;}
    .patient-form-but a { padding: 5px 20px; margin-top:5px}
    .patient-form-phone { padding: 0px;}
    .patient-form-phone ul li p a { text-decoration: underline;}
    .patient-about-content {margin-left: 25px;}
    .insurance {padding: 0 0 40px 0;}
    .benefits { padding: 0 0 30px 0;}
    .benefits-data a {margin-bottom: 0px; padding: 5px 15px;}
    .benefits-data p .nowrap { white-space: nowrap;}
    .patient-form-but a span { padding-right: 42px;}
    .patient-about-main { padding: 25px 0 45px 0;}
    #dtc-about-enhertu .contactus p { margin-bottom: 10px;}
    #dtc-about-enhertu .contactus-main .contactus {padding: 0 0 25px 0;}
    .benefits-data a span::after{ right: -2px;}
    .patient-form-phone ul li { padding: 0 0 0 20px; margin-bottom: 5px;}
    #dtc-about-enhertu .content-container{ padding: 0px;}
}
     
@media screen and (min-width: 991px) and (max-width: 1199px) {   
    .content-container { padding: 0; width: 90%; margin: 0 auto;}
 
 
     
}
@media screen and (min-width: 767px) and (max-width: 991px) {    
    .patient-about-banner{
        padding: 22px 0 15px 0;
        width: 90%;
        margin: 0 auto;
    }
    
    .patient-banner-view figure img {
         margin-top: 0px; 
         padding-left: 0px; 
    }
    
    .benefits-view figure {
        width: 51px;
    }

    .benefits-view{width:10%}
    
    
}
@media screen and (max-width: 667px) {
    .patient-form-phone ul li.print p { max-width: 220px;}
}
@media screen and (max-width: 390px) {
    .patient-main-about-content {
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) {
    .patient-about-banner {padding: 10px 10px 10px 5px;}
    .patient-banner-view figure img {margin-top: 7px;}
    .patient-about-content h2 {font-size: 25px;}
    .patient-main-about-content {width: 95%;}
    .patient-form-phone .tel-link { font-size:15px;}
    .patient-form-but a span::after{top: auto;}
    #dtc-about-enhertu .contactus-main .contactus { width: 85%; margin: 0 auto;}
    
}






