/* import open sans font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');

:root {
--primary-color: #003595;
--body-color: #E1F9FF;
--white-color: #ffffff;
--gray: #818181;
--footer-color:#F9F6F1;
--banner-color:#9CD4F3;
}

/* Reset CSS style setting */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

body{
    color: var(--primary-color);
    font-size: 16px;
    font-family: 'Open Sans', Arial,  Helvetica, 'sans-serif';
    line-height: normal;
    background-color: var(--white-color);
}
a{
    color: var(--white-color);
    text-decoration: none;
}
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img{
    width: 100%;
display: block;
}
sup{
    font-size: x-small;
}
p{
    margin-top: 15px;
}
h1{
    color: var(--primary-color);
    font-size: 2.3125rem;
    font-weight: 700;
    line-height: 100%;
}
h1 sup{
    vertical-align: super;
    font-size:small;
}
h2{
    color: var(--primary-color);
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 100%;
}
.canada{
    width: 1.5rem;
    display: inline-block;
}
strong{
    font-weight: 700;
}
header{
    background-color: var(--primary-color);
    padding: .5rem 0;
}
.logo{
    max-width: 110px;
}
.banner{
    background-color: var(--banner-color);
}
.row{
    align-items: center;
}
.products .row{
    align-items: stretch;
}
.banner .row img{
    display: block;
}
.product-showcase{
    padding: 3rem 0;
}
.spacing-col{
    padding: 0 1.5rem;
    height: 100%;
}
.gradient-bg{
    background: linear-gradient(180deg, #CAF5FF 0%, rgba(255, 255, 255, 0.494792) 14.06%, rgba(255, 255, 255, 0.766857) 82.81%, #CFF6FF 100%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
padding: 3rem 0;
}
.blue-bg{
    background-color: var(--body-color);
    padding: 1.5rem;
    height: 100%;
}
.list{background-color: var(--body-color); padding: 3rem 0 0;}
.list .row{align-items: flex-end;}
.list ul{
    margin-top: 1rem;
}
.list ul li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 1rem;
    color: #757E90;
}
.list ul li:before{
    content: '';
    background: url(https://image.email.alcon.com/lib/fe6015707c6c027f7717/m/5/c1c19c17-3148-4189-98c4-de94e3cebbe0.png) no-repeat center left;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.list .list-ctn{
    padding-bottom: 5rem;
}
.disclaimer{
    font-size: .7rem;
    padding: .5rem 0;
}
.disclaimer sup{
    font-size: revert;
}
/* btn setting */
.btn-primary{
    background:var(--primary-color);
    box-shadow: 0px 15px 50px rgba(0, 53, 149, 0.35);
    border-radius: 50px;
    padding: 10px 25px;
    border-color:var(--primary-color);
}
.btn-white{
    background-color: var(--white-color);
    color: var(--primary-color);
    border-radius: 50px;
    border-color:var(--white-color);
}
.btn-blue{
    background:var(--primary-color);
    border-radius: 50px;
    border-color: rgba(255,255,255,0.4);
    color: var(--white-color);
    padding: .375rem 1.75rem;
}
/* footer setting */
footer{
    background: var(--primary-color);
    color: var(--white-color);
    padding: 1rem 0;
    font-size: .7rem;
}
footer .row{
    align-items: flex-start;
}
footer .circle-dot{
   display: inline-block;
   width: 5px;
   height: 5px;
   background: white;
   border-radius: 50%;
   margin: 0 40px;
}
footer .btn-white{
    margin-top: 2rem;
}
footer .footer-privacy-link{
   display: flex;
   align-items: center;
   max-width: 700px;
}
footer ul li{
    margin-bottom: .3rem;
}
footer ul li a{
    text-transform: uppercase;
}
footer ul li a:hover{
    color: inherit;
    
}
footer .alcon-logo{
    max-width: 63px;
}
hr{
    display: none;
   border: .5px solid rgba(255, 255, 255, 0.1);
   background: transparent;
}
.display-desktop{
    display: block;
}
.display-mobile{
   display: none;
}
/* mobile setting */
@media only screen and (max-width: 767px){
    .embed-responsive-item{
        width: 100%;
    }
    footer .footer-privacy-link{
        flex-direction: column;
        align-items: flex-start;
    }
    footer .circle-dot{
        display: none;
    }
    .display-desktop{
        display: none;
    }
    .display-mobile{
       display: block;
    }
    .product-showcase{
        padding: 1rem 0;
    }
    .spacing-col{
        padding: 1rem 0;
    }
    h1{
        font-size: 1.3rem;
    }
    .list .list-ctn{
        padding-bottom: 1rem;
    }
    .banner .col-12{
        padding-top: 1rem;
    }
}