.bluestripe{
    background-color: #00008f;
    height: 20px;
}

.navbar{
    font-weight: 400;
   
}

.menu{
    color: #00008f;
}


.jumbo{
    background-image: linear-gradient(to right, #091794, #2F90B0); 
} 

.axapasstxt{
    min-width: 400px;
}

.lead{
    color: #fff;
    
    
}

.aboutus{
    background-color: #ECFAFF;
}


.abouttext{
    color: #333;
    display: block;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    padding: 80px 30px 80px 30px;
   
}

.abouttext p{
    padding-top: 25px;

}

.benefits h1{
    padding-bottom: 50px;
    font-weight: 800;
    text-align: center;
}

.card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    
    
}

.hospitals{
    background-color: #B7E3E8;
    
   
}

.hospitals .container{
    padding: 80px 20px 80px 20px;
}


.cardcontent{
    padding: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;

   
   
}

.hospitaltxt{
    padding-bottom: 25px;
    font-size: 25px;
    font-weight: 800;
    font-family: sans-serif;


}

.btn-primary{
    background-color: #F07662 !important;
    border-color: #F07662 !important;
}

.center-buttons{
    text-align: center;
}

.btn-outline-secondary{
    color: #FFF !important;
    border-color: #FFF !important;
}

.btn-outline-secondary:hover{
    color: #00008f!important;
    border-color: #FFF !important;
    background-color: #FFF !important;
}

.cardcontent{
    padding: 20px;
}

.align-text{
    align-items: center;
    text-align: center;
}
.bold-header-accordion{
    font-weight: 700 !important;
    font-size: 1.5em;
}
.my-axa-plus-section{
    background-color: #00ADC6;
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.my-axa-plus-section-content{
    grid-column: 2/-1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 90px;
    color: #FFF;
}

.my-axa-plus-section-content-p1{
    font-size: 2rem;
    font-weight: 800;
    text-align: left;
    width: 350px;
}

.my-axa-plus-section-content-p2{
    font-size: 1.2rem;
    font-weight: 400;
}

img{
    vertical-align: middle;
}
.phone-image{
    justify-content: center;
    align-items: center;
    margin: 40px 100px auto auto;
}
.my-axa-plus-section-content a{
    position: absolute;
    margin-top: 285px;
    background-color: #00ADC6;
    border: solid 0.1rem #FFFFFF;
    padding: 10px 30px;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
}

.banner-mod{
font-size: 120px !important;
color: #FFF;
font-weight: 300 !important;
}

@media only screen and (min-width : 320px) {
    .banner-mod{
        font-size: 62px !important;
        color: #FFF;
        font-weight: 100 !important;
        text-align: center
        }
        
        .lead{
            font-size: 1em !important;
            text-align: center;
        }

        .footer-details{
            color: #FFFF;
            text-align: center;
            font-size: 16px !important;
         }
}

@media only screen and (min-width : 480px) {
    .banner-mod{
        font-size: 80px !important;
        color: #FFF;
        font-weight: 100 !important;
        text-align: center
        }
        
        .lead{
            font-size: 1.6em !important;
            text-align: center;
        }
}

@media only screen and (min-width : 768px) {
    .banner-mod{
        font-size: 72px !important;
        color: #FFF;
        font-weight: 100 !important;
        text-align: center
        }
        
        .lead{
            font-size: 1.5em !important;
            text-align: center;
        }
        .justify-content-md-start{
            justify-content: center !important;
        }
}

@media only screen and (min-width : 992px) {
    .banner-mod{
        font-size: 100px !important;
        color: #FFF;
        font-weight: 100 !important;
        text-align: center
        }
        
        .lead{
            font-size: 1.5em !important;
            text-align: center;
        }
        .justify-content-md-start{
            justify-content: center !important;
        }
}

@media only screen and (min-width : 1200px) {
    .banner-mod{
        font-size: 120px !important;
        color: #FFF;
        font-weight: 300 !important;
        text-align: left;
        }

        .lead{
            font-size: 1.5em !important;
            text-align: left;
        }
        .footer-details{
            padding: 20px 100px 20px 100px !important;
            color: #FFFF;
         }
}




