@font-face {
  font-family: Interstate;
  src: url('/GMPWEB/AIA/font/InterstateRegular.ttf') format('truetype'),
  url('/GMPWEB/AIA/font/InterstateRegular.woff') format('woff');
  /* src: url('../font/InterstateRegular.ttf') format('truetype'),
  url('../font/InterstateRegular.woff') format('woff'); */
}

@font-face {
  font-family: InterstateLight;
  src: url('/GMPWEB/AIA/font/Interstate-Light.ttf') format('truetype'),
  url('/GMPWEB/AIA/font/Interstate-Light.woff') format('woff'),
  url('/GMPWEB/AIA/font/Interstate-Light.woff2') format('woff2');
  /* src: url('../font/Interstate-Light.ttf') format('truetype'),
  url('../font/Interstate-Light.woff') format('woff'),
  url('../font/Interstate-Light.woff2') format('woff2'); */
}

@font-face {
  font-family: InterstateBold;
  src: url('/GMPWEB/AIA/font/Interstate-Bold.ttf') format('truetype'),
  url('/GMPWEB/AIA/font/Interstate-Bold.woff') format('woff');
  /* src: url('../font/Interstate-Bold.ttf') format('truetype'),
  url('../font/Interstate-Bold.woff') format('woff'); */
}

#loadingDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  position:fixed;
  width: 100vw;
  height: 100vh;
  background-color: #F8F8F8;
  z-index: 2;
}
#loadingPlanDiv {
  
  margin-top: 2.30vh;
  left: 35.29vw;
  position: relative;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  /*background : rgba(203,203,203,0.3) linear-gradient(to right, rgba(203,203,203,0.2) 8%, rgba(203,203,203,0.4) 18%, rgba(203,203,203,0.6) 33%);*/
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-size: 800px 104px;
}

@keyframes rotating {
  from{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotating 2s linear infinite;
  -webkit-animation: rotating 2s linear infinite;
}

body {
  margin: 0;
}

.aia-interstate {
  font-family: Interstate;
}
.aia-interstateLight {
  font-family: InterstateLight;
}
.aia-interstateBold {
  font-family: InterstateBold;
}

.aia-fontBold {
  font-weight: bold;
}

.aia-txtCenter {
  text-align: center;
}

.aia-txtRight{
  text-align: right;
}

/* Margin Top 5px - 50px */
.aia-marginTop5 {
  margin-top: 1.33vw;
}
.aia-marginTop10 {
  margin-top: 2.67vw;
}
.aia-marginTop15 {
  margin-top: 4vw;
}
.aia-marginTop20 {
  margin-top: 5.33vw;
}
.aia-marginTop30 {
  margin-top: 8vw;
}
.aia-marginTop40 {
  margin-top: 10.67vw;
}

.aia-marginTop50 {
  margin-top: 13.3vw;
}
.aia-marginTop60 {
  margin-top: 16vw;
}
 .aia-marginTop23{
  margin-top: 8vw;
  }
/* Margin Right 10px */
.aia-marginRight10 {
  margin-right: 2.67vw;
}
/* Margin Right 9vw */
.aia-marginRight9 {
  margin-right: 9vw;
}
.aia-marginRight4 {
  margin-right: 4vw;
}
/* Margin Right 2vw */
.aia-marginRight2 {
  margin-right: 2vw;
}
/* Margin Right 9vw */
.aia-marginRight8 {
  margin-right: 9vw;
}
/* Margin Right 29vw */
.aia-marginRight33 {
  margin-right: 33vw;
}
/* Margin Left 5vw */
.aia-marginLeft5 {
  margin-left: 5vw;
}
/* Margin Left 4vw */
.aia-marginLeft4 {
  margin-left: 4vw;
}
/* Margin Left 20vw */
.aia-marginLeft20 {
  margin-left: 20vw;
}
/* Margin Left 3vw */
.aia-marginLeft3{
  margin-left: 3vw;
}
/* Margin Left 2vw */
.aia-marginLeft2{
  margin-left: 2vw;
}
/* Margin Bottom 30px */
.aia-marginBtm30 {
  margin-bottom: 8vw;
}
.aia-marginBtm15 {
  margin-bottom: 4vw;
}
.aia-borderBtm {
  border-bottom: 1px solid #4A4A4A;
}
.aia-marginAccordionBottom{
  margin-bottom: 4vh;
}
.aia-marginAccordionTop{
  margin-top: 3vh;
}
.aia-paddingLeft{
 padding-left: 1vw;
}
.textPadding {
padding-top: 1.2vh;
}
/* Font color */
.aia-blue {
  color: #056DAE;
}
.aia-darkBlue {
  color: #002A63;
}
.aia-darkGrey {
  color: #4A4A4A;
}
.aia-grey {
  color: #666666;
}
.aia-black {
  color: #333333;
}
.aia-white {
  color: #FFFFFF;
}
.aia-pdf-black{
 color: #666666 !important;
}
/* End font color */

/* Font Size / Line Height */
.aia-fontSize12LineHt14 {
  font-size: 3.2vw;
  line-height: 3.73vw;
}
.aia-fontSize12LineHt16 {
  font-size: 1.8vh;
  line-height: 2.4vh;
}
.aia-fontSize12LineHt15 {		
  font-size: 3.2vw;		
  line-height: 4.4vw;		
}
.aia-fontSize12LineHt18 {
  font-size: 3.2vw;
  line-height: 4.8vw;
}
.aia-fontSize14LineHt18 {
  font-size: 3.73vw;
  line-height: 4.8vw;
}
.aia-fontSize14LineHt17 {		
  font-size: 3.73vw;		
  line-height: 4.6vw;		
}
.aia-fontSize14LineHt22 {
  font-size: 3.73vw;
  line-height: 5.87vw;
}
.aia-fontSize14LineHt24 {
  font-size: 3.73vw;
  line-height: 6.4vw
}
.aia-fontSize16LineHt19 {
  font-size: 4.27vw;
  line-height: 5.07vw;
}
.aia-fontSize16LineHt22 {
  font-size: 4.27vw;
  line-height: 5.87vw;
}
.aia-fontSize16LineHt24 {
  font-size: 4.27vw;
  line-height: 6.4vw;
}
.aia-fontSize18LineHt22 {
  font-size: 4.8vw;
  line-height: 5.87vw;
}
.aia-fontSize20LineHt28{
  font-size: 5.6vw;
  line-height: 7.4vw;
}
.aia-fontSize24LineHt36 {
  font-size: 6.4vw;
  line-height: 9.6vw;
}
.aia-fontSize27LineHt32 {
  font-size: 7.2vw;
  line-height: 8.53vw;
}
/* End Font Size / Line Height */

.aia-header {
  height: 19vw;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0 0 3vh 4.33vw;
}

.aia-form {
  display: flex;
  flex-direction: column; 
  align-items:center;
}

.aia-contentDiv {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  padding: 0 5.33vw;
}

.aia-citiLogo {
  width: 14vw;
  height: 7.12vh;
}

.aia-logo {
  width: 9.33vw;
}

.aia-logoDivider {
  background-color:#D8D8D8;
  height: 11.2vw;
  width: 1px;
  margin: 0 3.73vw;
}
.aia-displayNone {
  display: none !important;
} 
.errTxt{
	margin-top: 1vh;
    white-space: nowrap;
	color: red;
}
.emailWidth{
width:100%;
}
.aia-imgDescription{
  color: #333333;	
  font-size: 13px;	
  line-height: 22px;
  font-family: InterstateLight;
}
.aia-row{
  margin-top: 6vh;
}
.aia-column{
  float: left;
  width: 50%;
}
.aia-imgtextDesc{
  width: 72.87vw;
  margin-left: 5vw;
}
.aia-imgdivider{
  background-color: #333333;
  height: 1px;
  width: 17vw;
  margin-top: 3vh;
}
.aia-smoker{
  height: 0.53vh;	
  width: 92vw;	
  color: #666666;	
  font-size: 12px;	
  font-weight: 300;	
  line-height: 16px;
}
.planHkDivArea{
margin-top: 2vh;
background-color: #F9F9F9;
}
.aia-plan{
  color: #4A4A4A;	
  font-size: 16px;	
  line-height: 24px;
  padding-top: 2vh;  
}
.aia-planDetails{
  color: #4A4A4A;	
  font-size: 14px;	
  font-weight: 300;	
  line-height: 22px;
  margin: 5vh 14vw 0vh 12vw;
}
.aia-planCustomise{
  height: 0.33vh;	
  color: #4A4A4A;	
  font-size: 12px;	
  font-weight: 300;	
  line-height: 18px;	
}
.aia-contact{
  color: #056DAE;		
  font-size: 14px;	
  font-weight: bold;	
  line-height: 24px;
  margin-top: 5vh;
  margin-bottom: 2vh;
}
.greyBgDiv {
 background-color: #F9F9F9;
text-align: center;
}
.aia-coverage{
  width: 100%;
}
.aia-icon{
  height: 50px;
}
.aia-black-rect{
  height: 1vw;
  background-color: #333333;
}
.aia-coverage-title{
  height: 0.3vh;
  color: #666666;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
}
.aia-coveragedivider{
  margin-top: 4vh;
  margin-left: 32.8vw;
  box-sizing: border-box;
  height: 0.02vh;
  width: 33.33vw;
  border: 1px solid #D8D8D8;
}
.aia-coverageAnnual{
  height: 0.3vh;	
  width: 62.6vw;	
  color: #666666;	
  font-size: 14px;	
  font-weight: 300;	
  line-height: 18px;
}
.aia-coverage-header{
  display: flex;
}
.aia-coverageDesc{
  height: 0.59vh;	
  width: 35vw;	
  color: #666666;	
  font-size: 16px;	
  line-height: 18px;	
  float: right;
}
.aia-coverage-divider{
  width: 92vw;
  height: 1px;
  margin-left: 4vw;
  background-color: rgba(0,0,0,0.25);
}
.aia-coverage-column-divider{
   width: 92vw;
  height: 1px;
  margin-left: 4vw;
  background-color: rgba(0,0,0,0.25);
 }
.aia-coveragedetails{
  font-size: 12px;	
  color: #666666;
  line-height: 18px;
}
.aia-coverageEnd-divider{
  margin-left: 4vw;
  width: 92vw;
  height: 1px;
  background-color: rgba(0,0,0,0.25); 
 }
.aia-notesTitle{
  color: #666666;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
}
.aia-notes-orderedlist{
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-right: 5vw;
  text-indent: 0.5vw;
}
.aia-pdf{
  height: 16px;
}
.aia-geographical{
  width: 53vw;	
  color: #666666;	
  font-size: 14px;	
  font-weight: 300;	
  line-height: 18px;
}
.aia-worldwide{
  margin-left: 16vw;	
  color: #666666;		
  font-size: 16px;	
  line-height: 18px;	
  text-align: right;
}
.aia-compassionate{
  width: 53vw;	
  color: #666666;	
  font-size: 14px;	
  font-weight: 300;	
  line-height: 18px;
}
.aia-compassionate-currency{
  margin-left: 16vw;
  color: #666666;
  font-size: 16px;	
  line-height: 18px;	
  text-align: right;
}
.aia-list{
  list-style-type: none;
}
.aia-brochure{
  color: #056DAE;	
  font-size: 12px;	
  line-height: 14px;
}
.aia-brochure a{
  color: #056DAE;	
  text-decoration: underline;
}
.aia-tick{
 height: 2.5vh;
}
.aia-keyfeatures-description{
 color: #333333;	
 font-size: 16px;	
 line-height: 24px;
 font-weight: bold;
}
.aia-keyfeatures-details{
 color: #056DAE;
 font-size: 12px;
 line-height: 14px;
}
.aia-keyfeatures-arrow{
 width: 2vw;
 height: 2vw;
}
.aia-term-cover{
  width: 89.33vw;	
  color: #4A4A4A;
  font-size: 24px;	
  font-weight: 300;	
  line-height: 36px;
}
.aia-tncTitle{
  color: #666666;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
}
.aia-tnc-orderedlist{
  color: #666666;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  margin-right: 5vw;
  padding-inline-start: 31px !important;
}
.aia-benefitDesc{
  width: 91.47vw;
}
.aia-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 6.4vw;
  line-height: 9.6vw;
}

.aia-divider {
  background-color: #333333;
  height: 1px;
  width: 20vw;
  margin-top: 1vh;
}

.aia-text {
  font-size: 3vw;
  text-align: center;
  margin-top: 1.5vh;
  width: 100%;
}

.aia-benefits {
  margin-top: 2vh;
  background-color: #F9F9F9;
  padding: 2vh 8vw;
  font-size: 2vh;
}

.aia-pill-button:disabled{
	background-color: #999999;
}

.aia-pill-button {
  background-color: #056DAE;
  border: none;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 1.5vw;
  height: 13.3vw;
  align-self: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.aia-submit-button {
  background-color: #056DAE;
  border: none;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 1.5vw;
  width: 90%;
  height: 13.3vw;
  align-self: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.aia-details-text{
  width: 90vw;
  color: #333333;
  font-weight: 300;
  margin-top: 1.2vh;
}
.aia-details-line{
  box-sizing: border-box;	
  height: 0.04vh;	
  width: 80vw;	
  border: 1px solid #D8D8D8;
  margin-top: 1.47vh;
}

.aia-new-benefit-div {
  margin: 2.1vh 5.3vw 1.4vh 5.07vw;
  width: 90%;
  border: 2px solid #056DAE;
  justify-content: center;
  align-items: center;
}

.aia-benefit-div {
  width: 100vw;
}
.aia_your_coverage {
  color: #002A54;
  padding-top: 2vh;
}

.aia_coverage_titlemonth {
     width: 44.8%;
    color: #4A4A4A;
    font-size: 28px;
    padding-top: 2.07vh;
    line-height: 34px;
}
.aia_coverage_title {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.aia_coverage_titleyear {
  width: 44.8%;
    color: #4A4A4A;
    font-size: 28px;
    line-height: 34px;
    margin-left: 3.53vw;
    padding-top: 2.07vh;
}

.aia_coverage_line {
  border: 0.5px solid #979797;
    box-sizing: border-box;
    margin-left: 3.47vw;
    margin-top: 3vh;
    height: 2.63vh;
    width: 0.27vw;
}

.aia_coverage_OR {
  color: #4A4A4A;
  font-weight: 300;
}
.aia_coverage_saving_details {
	justify-content: center;
    align-items: center;
	display: flex;
    flex-wrap: wrap;
}
.addMarginLeft {
margin-left: 2.5vw;
}
.addIETimelineCss {
margin-left: -1.4vw !important;
position: relative !important;
}
.addIEYearCss {
width: 48.4% !important;
}
.addIEMonthCss {
margin-left: 3vw !important;
width: 44.8% !important;
}
.addIEPlanTimelineCss{
	margin-left: -17.5vw;
}
.addIEeditImgCss{
  height: 2vw;
}
.addIEminMaxAgeCss{
  margin-top: -4.5vh !important;
}
.addIEageNumCss{
  margin-left: -14vw;
}
.addIEsliderCss{
  margin-top: -2vh !important;
}
.addIEbenefitRangeCss{
  width: 85vw;
}
.addIEcallDisclaimer{
  width: 80%;
}
.addIEcoverageDivider{
  margin-top: -69vh !important;
}
.aia_coverage_month {
    font-weight: 300;
    color: #4A4A4A;
	width: 50.8%;
}

.aia_coverage_year {
    color: #4A4A4A;
    font-weight: 300;
}
.aia_saveBlock {
	display: flex;
	padding-left: 9vw;
	margin: 0 0 0 44vw;
}
.aia_coverage_save {
    color: #D31145;
    margin-top: 1vh;
}

.aia_coverage_timeline {
	border: 0.5px solid #979797;
    box-sizing: border-box;
	margin-top: 1.4vh;
    height: 2.63vh;
	color: black;
	position: absolute;
}

.aia_coverage_sum_assured {
    padding-top: 3.12vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.aia_coverage_sum_text {
  margin-right: 5vw;
}

.aia_coverage_sum_amount {
  font-weight: 300;
  padding-right: 7vw;
}
.aia_plan_title {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.aia_plan_titlemonth{
	width: 44.8%;
    color: #4A4A4A;
	padding-top: 2.07vh;
	font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.aia_plan_line{
	border: 0.5px solid #979797;
    box-sizing: border-box;
    margin-left: 3.47vw;
    margin-top: 2vh;
    height: 2.63vh;
}
.aia_plan_titleyear{
	width: 44.8%;
    color: #4A4A4A;
    font-size: 12px;
    line-height: 18px;
    margin-left: 3.53vw;
    padding-top: 2.07vh;
	
}
.aia_plan_OR{
	color: #999999;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding-top: 0.5vh;
	height: 0.25vh;
}
.aia_plan_saving_details{
	justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.aia_plan_month{
    color: #4A4A4A;
    font-size: 24px;
    letter-spacing: 0.09px;
    line-height: 34px;
	width: 44.8vw;
    font-weight: bold;
    margin-left: 2vw;
}
.aia_plan_year{
	color: #4A4A4A;
    font-size: 24px;
    letter-spacing: 0.09px;
    line-height: 34px;
    font-weight: bold;
	margin-left: 2vw;
}
.aia_plan_timeline{
	border: 0.5px solid #979797;
    box-sizing: border-box;
	margin-top: 0.61vh;
    height: 2.63vh;
	color: black;
	position: absolute;
}
.aia-paddingLeft1{
   padding-left: 0.5vw;
}
.aia_plan_save{
	color: #D31145;
    font-family: CITI-Interstate;
    font-size: 12px;
    line-height: 15px;
    margin-top: 0.5vh;
	 font-weight: bold;
}
.aia_coverage_hrline {
  height: 0.12vh;
    background-color: rgba(0, 0, 0, 0.25);
    margin: 1.76vh 5.35vw 0.9vh 5.35vw;
}

.aia_coverage_deathbenefit {
  margin-top: 2vh;
    color: #666666;
}

.aia_coverage_deathbenefit_text {
  width: 44.53vw;
  margin-left: 8.87vw;
  font-weight: 300;
}

.aia_coverage_deathbenefit_amount {
  width: 22.4vw;
  margin-right: 11vw;
  float: right;
}

.aia_coverage_cashbackbenefit {
  padding-top: 1vh;
  color: #666666;
}

.aia_coverage_cashbackbenefit_text {
  width: 44.53vw;
  margin-left: 8.87vw;
  font-weight: 300;
}

.aia_coverage_cashbackbenefit_amount {
  width: 22.4vw;
  margin-right: 11vw;
  float: right;
}

.aia_coverage_dailyhospital {
  margin-top: 1vh;
  color: #666666;
}

.aia_coverage_dailyhospital_text {
  width: 44.53vw;
  margin-left: 8.87vw;
  font-weight: 300;
}

.aia_coverage_dailyhospital_amount {
  width: 22.4vw;
  margin-right: 11vw;
  float: right;
}

.aia_coverage_icubenefit {
  margin: 1vh 0 4vh 0;
  color: #666666;
}

.aia_coverage_icubenefit_text {
  display: inline-block;
  margin-left: 8.87vw;
  font-weight: 300;
}

.aia_coverage_icubenefit_amount {
  width: 22.4vw;
  margin-right: 11vw;
  float: right;
}
.aia-benefitValDiv {
  display:flex;
  padding: 6.4vw 2.67vw;
}
.aia-keyfeatures-expand{
  font-weight: 100;
    margin-right: 7vw;
    margin-top: 2vh;
}
.aia-vertical-divider {
  background-color:black;
  height:auto;
  width:1px;
}
.aia-firestorm-notes{
  width: 86.93%;
  margin-left: 6.5vw;
  margin-right: 6.5vw;
}
.aia-grey-divider {
  background-color: #D8D8D8;
  width: 80vw;
  max-width: 570px;
  height: 1px;
  align-self: center;
}

.aia-ageInput {
  border: none;
  text-align: right;
  width: auto;
}

.aia-flexDiv {
  display: flex;
  align-content: center;
}

.aia-flexColDiv {
  display:flex;
  flex-direction:column;
}

.aia-flex-div {
  display:flex;
}

.aia-ageContainer {
  display:flex;
  flex-direction: column;
  align-items: center;
}

.aia-editImg {
  width: 4vw;
}

.aia-minMaxAgeDiv {
  display:flex;
  justify-content: space-between;
  width: 100%;
}

.slidecontainer {
  max-width: 689px; /* Width of the outside container */
  display: flex;
  flex-direction: column;
  padding: 0 4vw;
}

/* The slider itself */
input[type=range] {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 90%; /* Full-width */
  max-height: 3.75px;  
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius: 0.5vw;
  color: #c7c6c6;
  background-image: -webkit-gradient(linear, left top, right top,color-stop(0.15, #0063A9), color-stop(0.15, #EEEEEE));
}

/* Mouse-over effects */
input[type=range]:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

input[type=range]::-webkit-slider-runnable-track {
	
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 4vw; /* Set a specific slider handle width */
  height: 4vw; /* Slider handle height */
  max-width: 20px;
  max-height: 20px;
  background: #FFFFFF;
  cursor: pointer; /* Cursor on hover */
  border-radius: 50%;
  border: 3px solid #0063A9;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: #c7c6c6;
}
input[type=range]::-ms-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 2vw; /* Set a specific slider handle width */
  height: 2vw; /* Slider handle height */
  background: #FFFFFF; 
  cursor: pointer; /* Cursor on hover */
  border-radius: 50%;
  border: 3px solid #0063A9;
}
.aia-accList {
  width: 88vw;
  max-width: 1400px;
  padding: 3.2vw 5.33vw;
}

.aia-greyBgColor {
  background-color: #F8F8F8;
}

.aia-accordion {
  background-color: #F8F8F8;
  color: #444;
  cursor: pointer;
  max-width: 100vw;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
}

.aia-paddingAll {
  padding: 3.73vw 5.33vw 3.73vw 9.33vw;
}

.aia-paddingTopBtm {
  padding: 2.67vw 0;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-width: 100vw;
}

.accordion-txt {
  width: 100vw;
  text-align: left;
  margin-left: 3vw;
}

.aia-accTitle {
  width:100%;
  font-size: 3.2vw;
  line-height: 3.73vw;
}

.panel-content-div {
  background-color:#F8F8F8;
  text-align: center;
  padding:0 5.33vw 4vw;
}

.aia-radioBtn input[type=radio] {
  opacity: 0;
  position: absolute;
}
.aia-radioBtn input[type=radio]:disabled + label{
  background-color: #cccccc;
  color: #FFFFFF;
  border: 1px solid #cccccc;
}
.aia-radioBtn input[type=radio]:checked + label {
  background-color: #002a63;
  color: #FFFFFF;
  border: 1px solid #002a63;
  font-weight: bold;
}
.aia-radioBtn input[type=radio] + label {
  border: 1px solid #999999;
  border-radius: 5vw;
  display: flex;
  width: 43vw;
  height: 8.53vw;
  align-items: center;
  justify-content: center;
}

/* For plan selection */
.aia-plan-radio input[type=radio] {
  opacity: 0;
  display: none;
}
.aia-plan-radio input[type=radio]:checked + label {
  border: 1px solid #056DAE;
}
.aia-plan-radio {
  display: flex;
  font-size: 3vw;
  padding-left: 2vw;
  margin-right: 2vw;
}
.aia-plan-radio input[type=radio] + label {
  flex: 2;
  text-align: center;
  /*padding: 21px 0 26px;*/
  justify-content: center;
  display: flex;
  flex-direction: column;
}
/* End plan selection */

.aia-bestCoverage-padding {
	padding: 1px 0 26px !important;
}

.aia-marginRight5 {
  margin-right: 4.5vw;
}

input:focus {
  outline:none;
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
input[type=time]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.aia-img-rotate {
  transform: rotate(180deg);
}

.aia-arrow-img {
  width: 4vw;
}

.aia-value-text {
  font-size: 4.27vw;
  line-height: 5.07vw;
  text-align: center;
  flex: 2;
  max-width: 235px;
}

.aia-plan-div {
  flex: 2;
  text-align: center;
  height: 25vw;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.aia-coverage-empty-div {
  height: 2vw;
}

.aia-select-plan-border {
  border: 5px solid #82B6D6;
}

.aia-best-coverage {
  color: #02BDF2;
  background-color: #F0FBFF;
  padding: 5px 8px;
  align-self: center;
}

/* Show/Hide Text */
.aia-infoWrapper {
  padding: 0 5.33vw;
  margin-bottom: 3vh;
}
.aia-showMore {
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,255,255,1));
  background: -webkit-linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,255,255,1));
  padding: 100px 100px 0;
  position: relative;
  margin-top: -100px;
}
.aia-imptNotes {
  overflow:hidden;
}

 /* Hide all text decoration on anchor element */
a {
  text-decoration: none;
}

.aia-enquiryDiv {
  display:flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4vw;
}

.aia-enquiryInputDiv {
  height: 13vw;
  background-color: #EEEEEE;
  border-radius: 1vw;
  display: flex;
  align-items: center;
  width: 100%;
}

.aia-callBackDiv{
  width: 90%;
}

.aia-phoneCountryCode {
  border-right: 1px solid #686868;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
}

.aia-phoneInput {
  font-size: 4.27vw;
  line-height: 6.4vw;
  color: #666666;
  background-color: #EEEEEE;
  border: none;
  margin-left: 3vw;
}
.aia-nameInputDiv{
  height: 13vw;
  background-color: #EEEEEE;
  border-radius: 1vw;
  display: flex;
  align-items: center;
  width: 100%;
}
.aia-nameInputDiv:hover {
  border: 1px solid #056DAE;
}
.aia-lightGrey{
 color: #999999;
}
.aia-radioInputDiv{
  height: 13vw;
  display: flex;
  align-items: center;
  width: 100%;
}
input[type=radio] {
 height: 20px;
 width: 20px;
}
.aia-nameInput {
  font-size: 4.27vw;
  line-height: 6.4vw;
  color: #666666;
  background-color: #EEEEEE;
 /* height: 10vw;
  width: 100%; */
  border-radius: 5px;
  border: none;
  margin-left: 5vw;
}

.aia-dateTimeInput {
  font-size: 4.27vw;
  line-height: 6.4vw;
  color: #666666;
  background-color: #EEEEEE;
  height: 10vw;
  width: 100%;
  border-radius: 5px;
  border: none;
  margin-left: 5vw;
}

.aia-accFlexDiv {
  display: flex;
  align-items: center;
  width: 100%;
}

.aia-benefitBorderBtm {
  border-bottom: 0px;
}

.aia-planTypeTxt {
  font-size: 3.2vw;
  line-height: 3.73vw;
}

.aia-planAmtTxt {
  font-size: 4.8vw;
  line-height: 5.87vw;
}

.aia-sectTitle {
  font-size: 3.73vw;
  line-height: 5.87vw;
}

.aia-dateTimeSelect {
  border: none;
}

.aia-makeCall {
  color: #056DAE;
}

select{
  padding-left: 20px;
  background: url(../images/chevron_blue.svg) no-repeat right #EEEEEE;
  /* background: url(/GMPWEB/AIA/images/chevron_blue.svg) no-repeat right #EEEEEE; */
  -webkit-appearance: none;
  font-size: 4.27vw;
  line-height: 6.4vw;
  color: #666666;
  outline: none;
  background-position-x: 85vw;
}

select::-ms-expand {
  display: none;
}

.aia-ageAsOf {
  text-align: left;
}

.aia-hiddenItem {
  display: none;
}

.aia-footerAccTitle {
  background-color:#333333; 
  color:#FFFFFF; 
  border-top: 1px solid rgba(255,255,255,0.25); 
}

.aia-footer-divider {
  height: 0;
}

.aia-tnc-text-div1 {
  margin-right:40vw;
}

.aia-tnc-text {
  margin-top:1.38vw;
}

.aia-blue-footer {
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}

.aia-three-blue-div {
  display:flex;
  align-items:flex-end;
}

.aia-first-blue-div {
  height:1.04vw;
  width:8.47vw;
  background-color: #25A6DA;
}

.aia-second-blue-div {
  height:3.125vw;
  width:4.7vw;
  background-color: #008FC9;
}

.aia-third-blue-div {
  height: 16vw;
  width: 16vw;
  background-color: #056DAE;
  display: flex;
  align-items: center;
}

.aia-first-blue-rect {
  height:1vw;
  width:99vw;
  background-color:#46B7E6;
}

.aia-second-blue-rect {
  height:1vw;
  width:1vw;
  background-color:#002A54;
}

.aia-logo-div {
  display:flex;
  width: 89.34%;
  padding:4vw 5.33vw;
  justify-content: space-between;
  align-items: center;
}

.aia-social-media-logo-div {
  width: 5vw;
  display:flex;
  justify-content: space-between
}

.aia-copyright-div {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0 5.33vw 4vw;
}

.aia-copyright {
  margin-top: 4vw;
  text-align: left;
}

.aia-footer-accordion {
  margin-top:4vh;
  padding:0 5.33vw 4vw;
}

.aia-footer-panel {
  padding:0 10vw;
}

.aia-footer-panel div a {
  color: #FFFFFF;
}

.aia-footer-acc {
  padding: 2.67vw 4vw;
}

.aia-marginLeft {
  margin-left: 3vw;
}

.aia-links-magin {
  margin-top: 1.38vw;
}

.aia-links-magin a {
  font-family: InterstateLight;
  color: #FFFFFF;
  font-size: 1.11vw;
  line-height: 1.67vw;
}

.aia-grey-footer {
  width:100%;
  background-color: #333333;
}

.aia-tnc-footer{
  margin-right: 21vw !important;
}

.aia-tnc-text-div1 div a {
  font-family: InterstateLight;
  color: #FFFFFF;
}

.aia-tnc-text-div2 div a {
  font-family: InterstateLight;
  color: #FFFFFF;
}

.aia-footer-citi-logo {
  width: 11vw;
}

.aia-blue-footer-citi-logo {
  width: 10vw;
  margin-left: 3.4vw;
}

.aia-footer-youtube-logo {
  width: 2.5vw;
}

.aia-footer-fb-logo {
  width: 1vw;
}

/*ipad CSS*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
.aia-new-benefit-div {
    width: 75%;
 }
 .aia_coverage_titlemonth {
	width: 40%;
  }
  .aia_coverage_titleyear {
	width: 40%;
  }
  .aia_coverage_month{
	margin-left: -2vw;
  }
  .aia_saveBlock{
	margin: 0vh 0 0 34vw;
  }  
  .aia_coverage_OR {
    margin-top: 3.5vh;
  }
   .aia-pill-button{
	margin-left: 3vw;
  }
  .aia-firestorm-notes {
    margin-left: 4.5vw;
  }		  
  .aia_coverage_deathbenefit_amount{
	margin-right: 2vw;
  }
  .aia_coverage_cashbackbenefit_amount{
	margin-right: 2vw;
  }
  .aia_coverage_dailyhospital_amount{
	margin-right: 2vw;
  }
  .aia_coverage_icubenefit_amount{
	margin-right: 2vw;
  }
  
} 
/* CSS for Screen with width more than 800x */
@media screen and (min-width: 800px) {
  /* Header with Citi and AIA logo */
  .aia-title-description {
    width: 80.56vw;
    font-weight: 300;
    margin-left: 9.72vw;
  }
  .aia-firestorm-notes {
    margin-left: 2.5vw;
   }	
  .aia-paddingLeft{
   padding-left: 0.3vw;
  } 
   .column{
	width:50%;
	float:left;
  }
  .aia-tncmarginLeft{
	  margin-left: 4vw;
  }
  .aia-column{
    float: left;
    width: 25%;
  }
  .aia-row{
	width: 68vw;
  }
  .aia-notesMarginleft{
	 margin-left: 3vw;
  }
  .aia-keyfeatures-arrow{
    width: 1vw;
    height: 1vw;
  }
  .aia-marginRight8{
	  margin-right: 1vw;
  }
  .aia-marginRight4 {
    margin-right: 2vw;
  }
  .aia-marginLeft4 {
  margin-left: 2vw;
  }
  .aia-marginBtm15 {
  margin-bottom: 1vw;
  }
  .aia-marginTop23{
    margin-top: 16.08vw;
   }
  .aia-benefitRange {
    width: 47.92vw;
  }
  .aia-geographical{
	width: 45.6vw;
  }
  .aia-compassionate{
	width: 45.6vw;
  } 
  .aia-brouchre-div{
	 text-align:center;
  }
  #loadingPlanDiv {
    left: 22.29vw;
  }
  .aia_plan_titlemonth{
	width: 15vw;
  }
  .aia_plan_titleyear{
	width: 15vw;
  }
  .aia_plan_month{
	width: 15vw;
  }
  .aia_plan_year{
	width: 15vw;
	margin-left: 3vw;
  }
  .aia-coverage{
    width: 95.25vw;
  }
 .aia-callbackTitle{
    font-size: 32px;
    line-height: 46px;
 }
 .aia-callbackText{
    font-size: 22px;
    line-height: 34px;
    margin-top: 1vw;
 }
 .aia-worldwide{
    margin-left: 2vw;
 }
 .aia-compassionate-currency{
    margin-left: 2vw;
 }
 .aia-coverage-divider{
    width: 90vw;
  }
 .aia-coverageEnd-divider{
    width: 90vw;
  }
 .aia-coveragedivider{
    margin-left: 30.8vw;
 }
  .aia-coverage-column-divider{
    width: 42.53vw;
  }
  .aia-details-line {
    height: 0.04vh;
    width: 34.72vw;
    border: 1px solid #D8D8D8;
    margin-top: 1.54vh;
  }
  .aia-details-text {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }
  .aia-benefit-div {
    width: 31%;
  }
  .aia-new-benefit-div {
    width: 31%;
  }
  .aia_your_coverage {
    padding-top: 2vh;
    color: #002A54;
  }
  .aia_coverage_title {
    padding-left: 2.1vw;
	padding-right: 1.3vw;
  }
  .aia_coverage_titlemonth {
	width: 44%;
	font-size: 2.05vw;		
    line-height: 2.49vw;
  }
  .aia_coverage_line {
    height: 2.4vh;
    width: 0.1vw;
	margin-left: 1.75vw;
  }
  .aia_coverage_titleyear {
    margin-left: 2.53vw;
	width: 33%;
	font-size: 2.05vw;		
    line-height: 2.49vw;
  }
  .aia_coverage_OR {
	margin-left: 3.1vw;
  }
  .aia_coverage_month {
    margin-left: 2vw;
  }
  
  .aia_coverage_timeline {
  /**  margin-left: 15vw;
    margin-right: 12vw;
    width: 0.1vw;
	margin-top: -1.39vh; **/
	margin-left: 1.5vw;
	width: 0.1vw;
	margin-top: 0.61vh;
  }
  .aia_coverage_save {
   
  }
  .aia_coverage_sum_assured {
    padding-left: 3vw;
  }
  .aia_coverage_sum_text {
    margin-right: 0vw;
  }
  .aia_coverage_sum_amount {
    padding-right: 1vw;
    padding-left: 1.3vw;
  }
  .aia_coverage_hrline {
    
  }
  .aia-nameInput{
	margin-left: 2vw;
  }
  .aia-plan{
    font-size: 22px;	
  } 
  .aia_coverage_deathbenefit {
    margin-top: 2vh;
    color: #666666;
  }
  .aia_coverage_deathbenefit_text {
    width: 11.6vw;
    margin-left: 6.74vw;
    font-weight: 300;
  }
  .aia_coverage_deathbenefit_amount {
    width: 5.83vw;
    margin-right: 4.5vw;
    float: right;
  }
  .aia_coverage_cashbackbenefit {
    padding-top: 1vh;
    color: #666666;
  }
  .aia_coverage_cashbackbenefit_text {
    width: 9.44w;
    margin-left: 6.74vw;
    font-weight: 300;
  }
  .aia_coverage_cashbackbenefit_amount {
    width: 5.83vw;
    margin-right: 4.5vw;
    float: right;
  }
  .aia_saveBlock {
	padding-left: 19.5vw;
	margin: 0 0 0 1vw;
}
  .aia_coverage_dailyhospital {
    margin-top: 1vh;
    color: #666666;
  }
  .aia_coverage_dailyhospital_text {
    width: 11.6vw;
    margin-left: 6.74vw;
    font-weight: 300;
  }
  .aia_coverage_dailyhospital_amount {
    width: 5.83vw;
    margin-right: 4.5vw;
    float: right;
  }
  .aia_coverage_icubenefit {
    margin: 1vh 0 4vh 0;
    color: #666666;
  }
  .aia_coverage_icubenefit_text {
    display: inline-block;
    margin-left: 6.74vw;
    font-weight: 300;
  }
  .aia_coverage_icubenefit_amount {
    width: 5.83vw;
    margin-right: 4.5vw;
    float: right;
  }
  .aia-header {
    height: 100px;
    padding: 17px;
  }
  .aia-logoDivider {
    height: 52px;
    width: 2px;
    margin: 0 20px;
  }
  .aia-citiLogo {
    width: 65px;
    height: 7.12vh;
  }
  .aia-logo {
    width: 51px;
  }
  .aia-benefitDesc{
   width: 45.15vw;
  }
  .aia-planDetails {
    margin: 3vh 0 1vh 0;
  }
  .aia-pill-button {
    height: 4.17vw;
    border-radius: 0.5vw;
	justify-content: center;
    align-items: center;
  }
  .aia-submit-button {
    height: 4.17vw;
    width: 20.83vw;
    border-radius: 0.5vw;
  }
  .aia-divider {
    height: 0px;
    margin-top: 0px;
  }
  /* End Header with Citi and AIA logo */
  
  /* Font Size / Line Height */
  .aia-fontSize12LineHt14 {
    font-size: 0.83vw;
    line-height: 1.11vw;
  }
  .aia-fontSize12LineHt16 {
  font-size: 1.8vh;
  line-height: 2.4vh;
 }
 .aia-fontSize12LineHt15 {		
  font-size: 0.972vw;		
  line-height: 1.05vw;		
  }
  .aia-fontSize12LineHt18 {
    font-size: 0.972vw;
    line-height: 1.25vw;
  }
  .aia-fontSize14LineHt18 {
    font-size: 1.11vw;
    line-height: 1.46vw;
  }
  .aia-fontSize14LineHt17 {		
    font-size: 1.11vw;		
    line-height: 1.26vw;		
  }
  .aia-fontSize14LineHt22 {
    font-size: 0.97vw;
    line-height: 1.53vw;
  }
  .aia-fontSize14LineHt24 {
    font-size: 1.25vw;
    line-height: 1.53vw;
  }
  .aia-fontSize16LineHt19 {
    font-size: 1.11vw;
    line-height: 1.32vw;
  }
  .aia-fontSize16LineHt22 {
    font-size: 1.11vw;
    line-height: 1.53vw;
  }
  .aia-fontSize16LineHt24 {
    font-size: 1.11vw;
    line-height: 1.67vw;
  }
  .aia-fontSize18LineHt22 {
    font-size: 1.25vw;
    line-height: 1.53vw;
  }
   .aia-fontSize20LineHt28 {
    font-size: 1.46vw;
    line-height: 2.04vw;
  }
  .aia-fontSize24LineHt36 {
    font-size: 1.67vw;
    line-height: 2.5vw;
  }
  .aia-fontSize27LineHt32 {
    font-size: 1.875vw;
    line-height: 2.22vw;
  }
  /* End Font Size / Line Height */

  /* Margin Top 5px - 50px */
  .aia-marginTop5 {
    margin-top: 0.35vw;
  }
  .aia-marginTop10 {
    margin-top: 0.69vw;
  }
  .aia-marginTop15 {
    margin-top: 1.04vw;
  }
  .aia-marginTop20 {
    margin-top: 1.39vw;
  }
  .aia-marginTop30 {
    margin-top: 2.08vw;
  }
  .aia-marginTop40 {
    margin-top: 2.78vw;
  }
  .aia-marginTop50 {
    margin-top: 3.47vw;
  }
  .aia-marginTop60 {
    margin-top: 4.17vw;
  }
  /* Margin Right 10px */
  .aia-marginRight10 {
    margin-right: 0.69vw;
  }
   /* Margin Left 20vw */
  .aia-marginLeft20 {
    margin-left: 10vw;
  }
  /* Margin Bottom 30px */
  .aia-marginBtm30 {
    margin-bottom: 2.08vw;
  }
  .aia-marginRight5 {
    margin-right: 1.5vw;
  }
  .aia-editImg {
    width: 1.04vw;
  }
  .aia-arrow-img {
    width: 1vw;
  }
  .aia-flexColDiv {
    align-items: center;
  }
  .aia-phoneCountryCode {
    padding: 0 20px;
  }
  .aia-phoneInput {
    font-size: 1.11vw;
    line-height: 1.67vw;
  }
   .aia-nameInput {
    font-size: 1.11vw;
    line-height: 1.67vw;
  }
  .aia-nameInputDiv{
    height: 3.47vw;
    width: 34.72vw;
    border-radius: 6px;
  }
  .aia-radioInputDiv{
	height: 3.47vw;
    width: 34.72vw;
  }
  .aia-imptNotes {
    height: auto;
  }
  .aia-showMore {
    display: none;
  }
  .textPadding {
padding-top: 1.2vh;
}
  .aia-paddingTopBtm {
    padding: 16px 0 18px;
  }
  .aia-benefitValDiv {
    display: none;
  }
  .aia-paddingAll {
    padding: 30px 0px 25px 23px;
  }
  .panel-content-div {
    padding: 0 23px 30px;
    text-align: left;
  }
  .aia-plan-radio {
    justify-content: flex-end;
  }
  .aia-benefitBorderBtm {
    border-bottom: 1px solid #333333;
  }
  .aia-title {
    font-size: 2.5vw;
    line-height: 2.99vw;
  }
  .aia-accTitle {
    text-align: left;
    font-size: 1.11vw;
    line-height: 1.67vw;
  }
  .aia-value-text {
    font-size: 1.46vw;
    line-height: 2.22vw;
    min-width: 16.32vw;
  }
  .aia-planTypeTxt {
    font-size: 1.11vw;
    line-height: 1.67vw;
  }
  .aia-planAmtTxt {
    font-size: 1.81vw;
    line-height: 2.22vw;
  }
  .aia-radioBtn input[type=radio] + label {
    height: 2.22vw;
    width: 11.46vw;
    border-radius: 1.11vw;
  }
  .aia-sectTitle {
    font-size: 1.53vw;
    line-height: 3.47vw;
  }
  .aia-benefit-div {
    width: 65.28vw;
  }
  .aia-plan-radio input[type=radio] + label {
    max-width: 16.32vw;
  }
  .aia-enquiryInputDiv {
    height: 3.47vw;
    width: 34.72vw;
    border-radius: 6px;
  }
  .aia-dateTimeInput {
    font-size: 1.11vw;
    line-height: 1.67vw;
    height: 3.47vw;
    width: 34.72vw;
    margin-left: 20px;
  }
  select{
    font-size: 1.11vw;
    line-height: 1.67vw;
    background-position-x: 33vw;
  }
  .aia-makeCall {
    color: #4A4A4A; 
  }
  .aia-ageAsOf {
    text-align: center;
  }
  .aia-footer-divider {
    height:1px;
    width: 97.24vw;
    margin-left: 1.38vw;
    margin-top:2.4vw;
    background-color: rgba(255,255,255,0.25);
  }
  .aia-tnc-text {
    margin-right: 1.38vw;
  }
  .aia-tnc-footer{
    margin-right: 0vw !important;
  }
  .aia-tnc-text-div1 {
    display: flex;
    margin-right: 0;
  }
  .aia-tnc-text-div2 {
    display: flex;
    margin-right: 0;
  }
  .aia-copyright {
    margin-top:1.38vw;
    text-align: right;
  }
  .aia-logo-div {
    display:flex;
    width:97.24%;
    padding: 2vw 1.38vw;
    justify-content: space-between;
  }
  .aia-footer-accordion {
    margin-top:4vh;
    padding: 0 1.38vw;
    display: flex;
    justify-content: space-between;
  }

  .aia-copyright-div {
    padding:0 1.38vw 4vw;
    flex-wrap: nowrap;
  }

  .aia-tnc-text-div div a {
    font-size: 0.972vw;
    line-height: 1.25vw;
  }

  .aia-third-blue-div {
    height: 6.94vw;
    width: 6.94vw;
  }
  .aia-footer-citi-logo {
    width: 3.6vw;
  }
  .aia-footer-fb-logo {
    width: 0.39vw;
  }
  .aia-footer-youtube-logo {
    width: 1vw;
  }
  .aia-blue-footer-citi-logo {
    width: 4.75vw;
    margin-left: 1.31vw;
  }
}
/* End media queries */