body#home-patient{
    max-width: 1920px;
    margin: 0 auto;
    -webkit-text-size-adjust: none;
}
#home-patient .cmp-text{
    padding: 0;
}

/********** feedback update ***********/
.frag-body-para a {
    text-decoration: underline;
}
#home-patient .modal,#about-tez .modal,
#how-to-use-tezspire-page .modal,#safety-and-side-effect-page .modal,
#patient-resources .modal,#contact-us-page .modal,#faqs-page .modal {
    display: flex;
}
#home-patient .modal.exit-ramp-modal .exit-ramp-cancel,#about-tez .modal.exit-ramp-modal .exit-ramp-cancel,
#how-to-use-tezspire-page .modal.exit-ramp-modal .exit-ramp-cancel,#safety-and-side-effect-page .modal.exit-ramp-modal .exit-ramp-cancel,
#patient-resources .modal.exit-ramp-modal .exit-ramp-cancel,#contact-us-page .modal.exit-ramp-modal .exit-ramp-cancel,
#faqs-page .modal.exit-ramp-modal .exit-ramp-cancel {
    cursor: pointer;
}
.mobile-only {
    display: none;
}
.desktop-only {
    display: inline-block;
}
/********** feedback update ***********/

/* banner code */
#home-patient #banner-design.azcl-columns__base{
    display: flex;
    min-height: 29.6vw;
    gap: 0;
    flex-direction: row;
}
#home-patient #banner-design.azcl-columns__base .azcl-column-par1{
    width: 48%;
    background: var(--navy-color);
}
#home-patient #banner-design.azcl-columns__base .azcl-column-par1 #banner-content{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 15.1%;
    padding-right: clamp(1.25rem, 0.8324rem + 0.8688vw, 1.875rem);
}
#home-patient #banner-design.azcl-columns__base .azcl-column-par2{
    width: 62%;
}
#home-patient #banner-design.azcl-columns__base .azcl-column-par2 .cmp-container__backgroundImage--enabled{
    min-height: 29.6vw;
    background-size: cover;
    margin: 0;
    max-width: 100%;
}
#home-patient #banner-design .banner-home-heading .arrow-banner{
    position: relative;
    top: -10px;
    width: clamp(1.5625rem, 1.4411rem + 0.5178vw, 2.0625rem);
}


/*cards section custom start*/
.card-layout-container {
	display: flex;
	margin: 0 auto;
	gap: clamp(1.875rem, 1.6475rem + 0.9709vw, 2.8125rem);
}
.card-layout {
	background-color: #003865;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex: 1;
	padding: clamp(1.125rem, 0.7154rem + 1.7476vw, 2.8125rem) clamp(1.125rem, 0.943rem + 0.7767vw, 1.875rem);
	border-radius: 20px;
	position: relative;
}
.card-layout-content {
	display: flex;
	flex-direction: column;
	width: 70%;
}

.find-out-more-cta{
	font-size: var(--button-20-17);
	background: var(--orange-color);
	border-radius: 8px;
	color: var(--navy-color);
	text-align: center;
font-family: "Open Sans", sans-serif;
	font-weight: 700;
	width: clamp(9.625rem, 8.3052rem + 5.6311vw, 15.0625rem);
	height: clamp(1.625rem, 1.3975rem + 0.9709vw, 2.5625rem);
	margin-top: auto;
	cursor: pointer;
}

p.card-heading {
    font-size: var(--callout-25-17);
font-family: "Open Sans", sans-serif;
	font-weight: 700;
    color: var(--white-color);
    line-height: 1.121;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}
.card-layout::before {
    content: '';
    position: absolute;
    width: 97%;
    height: 98%;
    z-index: -2;
    left: -24px;
    top: -25px;
    border: 1px solid orange;
    border-radius: 20px;
}


/*cards section custom end*/



/* banner code above 1921 */

@media screen and (min-width:1921px){
    #home-patient #banner-design.azcl-columns__base .azcl-column-par2 .cmp-container__backgroundImage--enabled, #home-patient #banner-design.azcl-columns__base{
        min-height: 568.32px;
    }
}
.mt-3{
    margin-top: 6.2%;
}

/* banner code above 1921 */

/* banner code */

.banner-home-heading {
    font-size: var(--banner-home-heading-tab);
    line-height: 1.6;
    color: var(--white-color);
font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.home-banner-subheading {
    font-size: var(--jump-buttons-21-20);
    line-height: 1.421;
    color: var(--white-color);
font-family: "Open Sans", sans-serif;
}


/* banner code for mobile */

@media screen and (max-width:768px){
    #home-patient #banner-design.azcl-columns__base{
        flex-direction: column;
        min-height: 100%;
    }
    #home-patient #banner-design.azcl-columns__base .azcl-column-par1, #home-patient #banner-design.azcl-columns__base .azcl-column-par2{
        width: 100%;
    }
    #home-patient #banner-design.azcl-columns__base .azcl-column-par2 .cmp-container__backgroundImage--enabled{
        min-height: 77vw;
       background-size: cover;
    }
    .banner-home-heading{
        line-height: 1.4;
        color: var(--white-color);
font-family: "Open Sans", sans-serif;
    font-weight: 700;
        font-size: var(--home-banner-49-28);
    }
    .banner-49-28{
        color: var(--white-color);
font-family: "Open Sans", sans-serif;
    font-weight: 700;
        font-size: var(--home-banner-49-28);
    }
    .home-banner-subheading{
        font-size: var(--jump-buttons-21-20);
        line-height: normal;
        color: var(--white-color);
font-family: "Open Sans", sans-serif;
    }
    .mt-3{
        margin-top: 10px;
    }
    .pr-2{
        padding-right:0 !important;
    }
    #home-patient #banner-design .banner-home-heading .arrow-banner{
        top: 0;
    }
    #home-patient #spacing-container-text{
        padding: 30px 0 0 0 !important;
    }
    p.card-heading{
       line-height: normal !important;
   }
    #design-patient-container {
        max-width: 100% !important;
        padding: 0 20px 0 30px !important;
    }
    p.card-heading{
        margin-bottom: 13px;
    }
     .card-layout::before {
    left: -18px !important;
    top: -14px !important;
    }
    #report-side-content{
        padding: 22px 15px 10px;
    }
    #home-patient #banner-design.azcl-columns__base .azcl-column-par1 #banner-content{
        padding: 10px 10px 15px 16px;
    }
    #find-out-more-section{
        padding-top: 35px;
    padding-bottom: 20px !important;
    }
    .find-out-more-cta{
        width: 190px !important;
        height: fit-content;
    }
    .mobile-only {
        display: inline;
        word-break: break-all;
    }
    .desktop-only {
        display: none;
    }
}

/* banner code for mobile*/


#home-patient #spacing-container-text{
    padding: 60px 0 10px 0;
}

/* code for layout section*/
.pr-2{
    padding-right: 20px;
}



#looking-today-section p.layout-heading {
    font-size: var(--callout-25-17);
font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.2;
    margin-bottom: 25px;
    /*min-height: 90px;*/
    display: flex;
    align-items: center;
}



#looking-today-section #design-patient-container{
    gap: 50px;
}

#design-patient-container{
        max-width: 86%;
    margin: 0 auto;
    padding-left: 1%;
}

#looking-today-section{
    padding: clamp(2.8125rem, 2.585rem + 0.9709vw, 3.75rem) 0;
}

/* code for layout section*/

.card-layout .card-layout-image{
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: center;
}

#find-out-more-section {
    padding: clamp(2.8125rem, 2.585rem + 0.9709vw, 3.75rem) 0;
    padding-bottom: clamp(1.25rem, 0.3398rem + 3.8835vw, 5rem);
}
.card-layout-image img{
    width: clamp(4.375rem, 3.7682rem + 2.589vw, 6.875rem);
}

@media screen and (max-width: 659px){
    
   
.card-layout{
            width: 100%;
            flex: none;
        }
        .card-layout-container{
    flex-wrap: wrap;
    gap: 36px;
    
        }
}
@media screen and (max-width: 430px){
    #design-patient-container .card-layout-container .card-layout.box3 .card-layout-content p.card-heading br, #design-patient-container .card-layout-container .card-layout.box1 .card-layout-content p.card-heading br, #design-patient-container .card-layout-container .card-layout.box2 .card-layout-content p.card-heading br:nth-child(2){
    display: block !important;
}

#design-patient-container .card-layout-container .card-layout.box2 .card-layout-content p.card-heading{
 margin-bottom: 30px;
}

}


@media only screen and (min-width: 600px) and (max-width: 960px){
    
}
 #design-patient-container .card-layout-container .card-layout.box3 .card-layout-content p.card-heading br, #design-patient-container .card-layout-container .card-layout.box1 .card-layout-content p.card-heading br, #design-patient-container .card-layout-container .card-layout.box2 .card-layout-content p.card-heading br:nth-child(2){
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1400px){
    #design-patient-container{
            max-width: 86%;
    padding-left: 1.5%;
    }
}

@media screen and (max-width: 880px){

    #home-patient #find-out-more-section #design-patient-container .card-layout-container{
        flex-direction: column;
        gap: 40px;
    }
    
    #home-patient #find-out-more-section #design-patient-container{
        max-width: 460px !important;
        padding: 0 20px 0 30px !important;
    }
}

@media only screen and (min-width: 992px) {
    #home-patient .modal.exit-ramp-modal .exit-ramp-title,
    #about-tez .modal.exit-ramp-modal .exit-ramp-title,
    #how-to-use-tezspire-page .modal.exit-ramp-modal .exit-ramp-title,
    #safety-and-side-effect-page .modal.exit-ramp-modal .exit-ramp-title,
    #patient-resources .modal.exit-ramp-modal .exit-ramp-title,
    #contact-us-page .modal.exit-ramp-modal .exit-ramp-title,
    #faqs-page .modal.exit-ramp-modal .exit-ramp-title {
        width: 100%;
    }
}
