/* 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');
/* 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;
}
strong{
font-weight:bold;
}
img{
  width: 100%;
}
p{
 
 font-size: 16px;
 font-weight: normal;
 font-family: 'Open Sans', sans-serif;
 color: #000000;
}
html,body{
  min-height: 100%;
  height: 100%;
  width: 100%;
  min-width: 100%;
}
body{
  color: #004190;
  font-size: 16px;
  font-family: 'Open Sans', Arial,  Helvetica, 'sans-serif';
  line-height: normal;
  background-color: #ffffff;
}
body > section{ max-width:720px; margin:0 auto;} 
*{
 box-sizing: border-box;
}

h1{
  color: white;
  font-size: 2.5rem;
  line-height:3rem;
  font-weight: bold;
}
/* Question page */
.quesiton-wrp{
  background: #2c408c url('https://image.email.alcon.com/lib/fe6015707c6c027f7717/m/4/a6126af6-f9d1-4992-b07a-88d1d1522b39.png') no-repeat top left;
  background-size: contain;
  padding:4.3rem 2.75rem;
  min-height: 100%;
}
.btn-wrp{
  margin-top: 4.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn{
  background-color: #fff;
  border: solid 2px #dcb751;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  margin: 4px 2px;
  cursor: pointer;
  color: #003087;
  border-radius: 50%;
  font-weight: 800;
  box-shadow: 5px 5px rgb(225 187 0 / 69%), 6px 7px 14px 0px rgb(0 0 0);
  -moz-box-shadow: 5px 5px rgb(225 187 0 / 69%), 6px 7px 14px 0px rgb(0 0 0);
  -webkit-box-shadow: 5px 5px rgb(225 187 0 / 69%), 6px 7px 14px 0px rgb(0 0 0);
  -o-box-shadow: 5px 5px rgb(225 187 0 / 69%), 6px 7px 14px 0px rgb(0 0 0);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.yes{
  height: 100px;
  width: 100px;
  margin-bottom: 2rem;
  
}
.btn.no{
  height: 100px;
  width: 100px;
}

/* Free trail setting */
.free-trail-wrp{
  background:#ffffff;
}
.free-trail-wrp img{
  width: 100%;
}
.consult{
  font-size: .5rem;
  text-align: left;
  line-height: normal;
  display: block;
  padding: .5rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

/* Video setting */

.video-wrp{
  background:#ffffff;
  min-height: 100%;
}

.video-wrp video{
  width: 100%;
  
}

/* Calendar setting */
.white-background{
  background:#ffffff;
}
.white-background p1{
  display: block;
  width:95%;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  font-size: 0.4rem;
  color: #000000;
  text-align: justify;
}
.white-background a{
  display: block;
  width:80%;
  margin: 0 auto;
}
.calendar-wrp{
  background: #2c408c;
  background-size: cover;
  min-height: 100%;
}
.calendar-wrp .app-ctn{
padding:4.3rem 2.75rem;
}
.calendar-wrp h1{
  color: #fff;
  font-size: 2.5rem ;
  font-weight: normal;
  
}
.calendar-wrp h2{
  color: #fff;
  font-size: 2.5rem ;
  font-weight: bold;
  line-height: 0.9;
}
.calendar-btn img{
  padding-top: 3rem;
  
}






