/*****************
// -----------------
// FOR MOBILE PHONE 
// _________________
// *****************/

@media only screen and (max-width: 599px) {
  #navbar {
    display: none;
  }

  .header {
    padding: 12px 8px;
  }

  .logo img {
    width: 150px;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
  }

  .headerButton {
    font-size: 0.7rem;
    line-height: 0.7rem;
    padding: 16px 20px;
  }

  #splashArea {
    height: auto !important;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    align-items: center;
    justify-content: center;

    position: relative;
    overflow: hidden;
  }

  #splashArea video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  #splashArea .splashTag {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 14px 20px;
    margin-top: -20px !important;
  }

  #splashArea .splashIco {
    text-align: left;
    margin: 0px 0px -24px -33px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
  }

  #splashArea .splashIco .aniIco {
    width: 50px;
    height: 50px;
    margin: 0px;
  }

  #splashArea h1.title {
    display: block;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 20px 0px;
    position: relative;
    z-index: 50;
  }

  #splashArea h1.title br {
    display: block;
  }

  .subTitle {
    display: block;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 50;
    text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000,
      0px 4px 0px #000;
  }

  #splashArea li {
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    background-size: 20px 20px;
    padding-left: 24px;
    /* space for the image */
    padding-top: 0px;
    /* space for the image */
    padding-bottom: 13px;
    /* space for the image */
  }

  #splashArea .button {
    width: 220px;
    height: auto !important;
    padding: 30px 0px;
    font-weight: 600;
    font-size: 20px;
  }

  #splashArea .button span {
    padding-top: 10px;
  }

  .splashImg {
    width: 298px;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0;
    margin-top: 35px;
    margin-left: 10px !important;
    margin-bottom: -30px;
  }

  .splashImg img {
    width: 298px;
    min-width: 298px;
    max-width: 298px;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0 auto;
    margin-left: 10px !important;
  }

  .stepsRow {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 80px 0px 80px 0px;
    position: relative;
    background: #f74169;
    background: url(../../../images/bg5-mob.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  }

  .sectionHeader {
    font-size: 26px;
    position: relative;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
  }

  .processingBackground {
    background: url("../../../images/process-bg.jpg") repeat-x;
    height: 100%;
    width: 10076px;
    animation: slide 60s linear infinite;
  }

  .processTxt {
    font-size: 18px;
    line-height: 24px;
  }

  .processTxtBot {
    width: 200px;
    white-space: normal;
  }

  .processing {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 23%;
    width: 120px;
    height: 120px;

    z-index: 11;
    font-size: 33px;
    background: #fff;
    border-radius: 100%;
    border: 3px solid transparent;
  }

  .letsTxt {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
    margin: -240px 0px 20px 0px;
    z-index: 11;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

  .letsTxt br {
    display: none;
  }

  #loader-wrapper .loader-section.section-left {
    left: 0;
    background-repeat: no-repeat;
    background-image: url(../images/left-bg.jpg);
    background-position: 100% 100%;
    background-size: 440%;
  }

  #loader-wrapper .loader-section.section-right {
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../images/right-bg.jpg);
    background-position: 0% 100%;
    background-size: 440%;
  }

  .boxContainer {
    width: 90%;
  }

  #finalPage .newRefNo {
    width: 90%;
  }

  .outcomePage .finalHeader {
    font-size: 32px;
    line-height: 40px;
  }

  #finalPage .txt {
    padding: 0px 10px 40px;
  }

  #errorContainer {
    width: 90%;
  }

  .errorImg {
    width: 100%;
  }

  .errorImg img {
    width: 100%;
  }
}

/*****************
// -----------------
// FOR MOBILE PHONE LANDSCAPE
// _________________
// *****************/

@media only screen and (max-width: 740px) and (orientation: landscape) {

  #formPage .formProgressContainer{
    margin-bottom: -70px;
  }

  #navbar {
    display: none;
  }

  .header {
    padding: 12px 28px;
  }

  #splashArea {
    height: auto !important;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  #splashArea .splashTag {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 14px 20px;
  }

  #splashArea h1.title {
    font-size: 38px !important;
    line-height: 40px !important;
    font-weight: 700;
    letter-spacing: -1px;
    padding-top: 20px;
  }

  br {
    display: none;
  }

  .subTitle {
    display: block;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 50;
    text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000,
      0px 4px 0px #000;
  }

  #splashArea li {
    position: relative;
    z-index: 32;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    background-size: 20px 20px;
    padding-left: 24px;
    /* space for the image */
    padding-top: 0px;
    /* space for the image */
    padding-bottom: 13px;
    /* space for the image */
  }

  #splashArea .button {
    width: 220px;
    height: auto !important;
    padding: 30px 0px;
    font-weight: 600;
    font-size: 20px;
  }

  #splashArea .button span {
    padding-top: 10px;
  }

  .splashImg {
    width: 420px;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0px auto -40px;
    margin-left: -70px !important;
  }

  .splashImg img {
    width: 420px;
    min-width: 420px;
    max-width: 420px;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0 auto;
    margin-left: 10px !important;
    margin-top: 90px !important;
  }

  .processIco {
    width: 88px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .processTxt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -150px auto 0;
    border: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2e4586;
    white-space: nowrap;
  }

  .processTxtBot {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 140px auto 0;
    border: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2e4586;
    white-space: nowrap;
  }
}

/*****************
// -----------------
// FOR TABLET PORTRAIT
// _________________
// *****************/

@media only screen and (min-width: 600px) and (orientation: portrait) {

  #formPage .formProgressContainer{
    margin-bottom: -70px;
  }

  #navbar {
    display: none;
  }

  .header {
    padding: 12px 0px;
  }

  .logo img {
    width: 150px;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
  }

  .headerButton {
    font-size: 0.6rem;
    line-height: 0.6rem;
    padding: 18px 20px;
  }

  #splashArea {
    height: auto !important;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  #splashArea .splashTag {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 14px 20px;
  }

  #splashArea h1.title {
    padding-top: 20px;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  #splashArea h1.title br {
    display: none;
  }

  .subTitle {
    display: block;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 50;
    text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000,
      0px 4px 0px #000;
  }

  #splashArea li {
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    background-size: 20px 20px;
    padding-left: 24px;
    /* space for the image */
    padding-top: 0px;
    /* space for the image */
    padding-bottom: 13px;
    /* space for the image */
  }

  #splashArea .button {
    width: 220px;
    height: auto !important;
    padding: 30px 0px;
    font-weight: 600;
    font-size: 20px;
  }

  #splashArea .button span {
    padding-top: 10px;
  }

  .splashImg {
    width: 530px;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0px auto 0;

    margin-left: -70px !important;
    margin-bottom: -40px;
  }

  .splashImg img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0 auto;
    margin-left: 10px !important;
    margin-top: 30px;
  }
}

/*****************
// -----------------
// FOR TABLET LANDSCAPE
// _________________
// *****************/

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #navbar {
    display: none;
  }

  .header {
    padding: 19px 0px;
  }

  .logo img {
    width: 150px;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
  }

  .headerButton {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 18px 20px;
  }

  #splashArea {
    height: auto !important;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 20px 20px;
    align-items: center;
    justify-content: center;

    position: relative;
    overflow: hidden;
  }

  #splashArea .splashTag {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 14px 20px;
  }

  #splashArea h1.title {
    padding-top: 20px;
    font-size: 46px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  #splashArea h1.title br {
    display: none;
  }

  .subTitle {
    display: block;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 50;
    text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000,
      0px 4px 0px #000;
  }

  #splashArea li {
    position: relative;
    z-index: 32;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background-size: 20px 20px;
    padding-left: 24px;
    /* space for the image */
    padding-top: 0px;
    /* space for the image */
    padding-bottom: 13px;
    /* space for the image */
  }

  .splashImg {
    width: 590px;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0px auto 0;

    margin-left: -70px !important;
    margin-bottom: -40px;
  }

  .splashImg img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0 auto;
    margin-left: 10px !important;
    margin-top: 30px;
  }
}

/*****************
// -----------------
// FOR 320PX SCREENS PORTRAIT
// _________________
// *****************/

@media (max-device-width: 320px) and (orientation: portrait) {
}

/*****************
// -----------------
// IPHONE X PORTRAIT
// _________________
// *****************/

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
}

/*****************
// -----------------
// IPHONE X LANDSCAPE
// _________________
// *****************/

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #formPage .formProgressContainer{
    margin-bottom: -70px;
  }

  #navbar {
    display: none;
  }

  .header {
    padding: 12px 0px;
  }

  #splashArea {
    height: auto !important;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    align-items: center;
    justify-content: center;

    position: relative;
    overflow: hidden;
  }

  #splashArea .splashTag {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 14px 20px;
  }

  #splashArea h1.title {
    padding-top: 20px;
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  #splashArea h1.title br {
    display: none;
  }

  #splashArea li {
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    background-size: 20px 20px;
    padding-left: 24px;
    /* space for the image */
    padding-top: 0px;
    /* space for the image */
    padding-bottom: 13px;
    /* space for the image */
  }

  #splashArea .button {
    width: 220px;
    height: auto !important;
    padding: 30px 0px;
    font-weight: 600;
    font-size: 20px;
  }

  #splashArea .button span {
    padding-top: 10px;
  }

  .splashImg {
    width: 590px;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0px auto 0;

    margin-left: -10px !important;
    margin-bottom: -190px;
  }

  .splashImg img {
    width: 100%;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0 auto;
    margin-left: 10px !important;
    margin-top: -30px;
  }

  .brandTxt {
    padding-top: 5px;
  }

  .processTxt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -150px auto 0;
    border: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2e4586;
    white-space: nowrap;
  }

  .processTxtBot {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 140px auto 0;
    border: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2e4586;
    white-space: nowrap;
  }
}

/*****************
// -----------------
// IPAD PRO 12.9 PORTRAIT
// _________________
// *****************/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #formPage .formProgressContainer{
    margin-bottom: -70px;
  }

  .header {
    padding: 19px 33px;
  }

  .logo img {
    width: 150px;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
  }

  .headerButton {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 18px 20px;
  }

  #splashArea .splashTag {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 14px 20px;
  }

  #splashArea h1.title {
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  br {
    display: none;
  }

  .splashImg img {
    width: 700px;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    margin-left: -90px;
  }
}

/*****************
// -----------------
// IPAD PRO 12.9 LANDSCAPE
// _________________
// *****************/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #formPage .formProgressContainer{
    margin-bottom: -70px;
  }

  #splashArea {
    height: auto !important;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
  }

  #splashArea h1.title {
    padding-top: 20px;
    font-size: 58px;
    line-height: 66px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  #splashArea h1.title br {
    display: none;
  }

  .splashImg {
    width: 590px;
    display: block;
    position: relative !important;
    z-index: 1;
    margin: 0px auto 0;
    margin-left: -70px !important;
    margin-bottom: -140px !important;
  }

  .splashImg img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: absolute !important;
    z-index: 1;
    margin: 0 auto -40px;
    margin-left: 10px !important;
  }
}


/*****************
// -----------------
// FOR MOBILE PHONE 
// _________________
// *****************/

@media only screen and (max-width: 599px) {
	
	.formProgressContainer > .contentContainer, 
	#formPage .formOuterContainer .boxField
	{
	  width: 100% !important;
	  padding: 16px 10px;
	}
  
	#progressContainer {
	  display: block;
	  width: 270px !important;
	  text-align: center;
	  margin: 0px auto 20px;
	  position: relative;
	  z-index: 1000;
	}
  
	.progress {
	  flex: none;
	  width: 200px;
	  height: 9px;
	  background: #eee;
	  border-radius: 99px;
	  overflow: hidden;
	  text-align: center;
	  margin: 10px auto 0;
	  border: 2px solid #fff;
	}
  
	.formheaderTxt {
	  font-size: 18px;
	  line-height: 26px;
	  font-weight: 700;
	  color: #fff;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 4px 0px !important;
	}
  
	.formheaderTxtLrg {
	  font-size: 32px !important;
	  line-height: 36px !important;
	  font-weight: 700;
	  color: #fff;
	  text-align: center;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 10px 0px !important;
	}
  
	.formheaderSubTxtSml {
	  font-size: 22px !important;
	  line-height: 26px !important;
	  font-weight: 700;
	  color: #fff;
	  position: relative;
	  z-index: 1000000000;
	  text-align: center;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 30px 0px !important;
	}
  
	.formheaderSubTxt {
	  font-size: 28px !important;
	  line-height: 34px !important;
	  font-weight: 800 !important;
	  color: #fff;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 20px 0px !important;
	}
  
	.formTitleTxt {
	  font-size: 16px;
	  line-height: 20px;
	  font-weight: 600;
	  color: #384e8b;
	  text-align: center;
	  margin: 0px 0px 2px 0px;
	  border: 0px;
	  padding: 0px 0px 10px 0px;
	}
  
	#timer i {
	  font-size: 24px;
	  margin-top: 6px !important;
	  margin-left: 5px;
	  margin-right: 5px;
	}
  
	#timer div span {
	  display: block;
	  margin-top: 5px;
	  font-size: 12px;
	  line-height: 16px;
	  text-align: left;
	  font-weight: 600;
	}
  
	#stopWatch {
	  width: 60px;
	  margin: 0px auto;
	}
  
	.inputGroup.ico {
	  margin: 0px 0;
	}
  
	.inputGroup.ico label {
	  width: 100%;
	  height: 130px;
	  padding: 78px 10px 8px 10px;
	  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	  border: 0px;
	  display: block;
	  text-align: center;
	  font-size: 14px;
	  line-height: 18px;
	  font-weight: 600;
	  color: #3c454c;
	  cursor: pointer;
	  position: relative;
	  z-index: 2;
	  transition: color 200ms ease-in;
	  overflow: hidden;
	  border-radius: 4px;
	}
  
	.inputGroup.ico label:after {
	  width: 52px;
	  height: 52px;
	  content: "";
	  border: 2px solid #d1d7dc;
	  background-color: #fff;
	  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23c1c6cb' fill-rule='nonzero'/%3E%3C/svg%3E ");
	  background-repeat: no-repeat;
	  background-position: 5px 5px;
	  border-radius: 50%;
	  z-index: 2;
	  position: absolute;
	  top: 13%;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  cursor: pointer;
	  transition: all 200ms ease-in;
	}
  
	.summaryPageHeader {
	  display: block;
	  font-size: 24px;
	  line-height: 34px;
	  letter-spacing: 0px;
	  color: #0d5e84;
	  text-align: center;
	  font-weight: 700;
	  margin: 0px;
	  border: 0px;
	  padding: 36px 0px 16px 0px;
	}
  
	.summaryPageHeaderSub {
	  display: block;
	  font-size: 14px;
	  line-height: 20px;
	  letter-spacing: 0.5px;
	  color: #fff;
	  text-align: center;
	  font-weight: 600;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 16px 0px !important;
	}
  
	.summaryRow {
	  height: 100% !important;
	  margin: 0px 0px 3px 0px;
	  border: 2px solid #a1d8ef;
	  padding: 0px !important;
	  position: relative;
	  background: #fff;
	  border-radius: 5px;
	  font-size: 12px;
	  line-height: 16px;
	}
  
	.summaryRow div {
	  width: 50% !important;
  
	  padding: 10px;
	  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	}
  
	.summaryRow div:first-child {
	  width: 42% !important;
	}
  
	.summaryRow div:last-child {
	  width: 58% !important;
	}
  
	.summaryRow div:last-child.padTop {
	  padding-top: 14px !important;
	}
  
	.summaryRow div:last-child.padTop2 {
	  padding-top: 18px !important;
	}
  
	.summaryRow div.arrow {
	  position: absolute;
	  left: 0;
	  right: 18%;
	  margin: auto;
	  z-index: 1000;
	}
  
	.summaryRow div.arrow img {
	  width: 18px;
	}
  
	.inputEditable {
	  width: calc(100% - 29px);
	  display: inline !important;
	  font-size: 12px;
	  font-family: "Poppins", sans-serif;
	  font-weight: 600;
	  text-align: right;
	  margin: 0px 0px 0px 0px;
	  background: transparent;
	  border: none;
	  padding: 0px;
	  z-index: 1001;
	}
  
	span.editIco {
	  display: inline-block !important;
	  margin: 0px 0px 0px 6px;
	  font-size: 12px !important;
	  padding: 4px 0px 4px 4px;
	  background: #20c997;
	  color: #fff;
	  width: auto;
	  border-radius: 6px;
	}
  
	span.editTxt {
	  display: none;
	}
  
	.finalStepResultContainer .txtCol {
	  border-right: 0px;
	  border-bottom: 2px solid #a1d8ef;
	  border-radius: 0px;
	}
  
	.input {
	  position: relative;
	  z-index: 1;
	  display: block;
	  min-width: 260px;
	  width: 100% !important;
	  height: 55px;
	  margin: 0px auto;
	  /*vertical-align: top;*/
	  background: #fff;
	  padding: 0px;
	  -moz-border-radius: 9px;
	  -webkit-border-radius: 9px;
	  border-radius: 9px;
	}
  }
  
  /*****************
  // -----------------
  // FOR MOBILE PHONE LANDSCAPE
  // _________________
  // *****************/
  
  @media only screen and (max-width: 740px) and (orientation: landscape) {
	.formProgressContainer > .contentContainer, #formPage .formOuterContainer .boxField
	{
	  width: 100% !important;
	}
  
	.formheaderSubTxt {
	  font-size: 28px !important;
	  line-height: 34px !important;
	  font-weight: 800 !important;
	  color: #fff;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 20px 0px !important;
	}
  
	.summaryPageHeaderSub {
	  display: block;
	  font-size: 14px;
	  line-height: 20px;
	  letter-spacing: 0.5px;
	  color: #fff;
	  text-align: center;
	  font-weight: 600;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 16px 0px !important;
	}
  }
  
  /*****************
  // -----------------
  // FOR TABLET PORTRAIT
  // _________________
  // *****************/
  
  @media only screen and (min-width: 600px) and (orientation: portrait) {
    #formPage .formProgressContainer{
      margin-bottom: -70px;
    }
	.formheaderSubTxt {
	  font-size: 28px !important;
	  line-height: 34px !important;
	  font-weight: 800 !important;
	  color: #fff;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 20px 0px !important;
	}
  
	.summaryPageHeaderSub {
	  display: block;
	  font-size: 14px;
	  line-height: 20px;
	  letter-spacing: 0.5px;
	  color: #fff;
	  text-align: center;
	  font-weight: 600;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 16px 0px !important;
	}
  }
  
  /*****************
  // -----------------
  // IPHONE X PORTRAIT
  // _________________
  // *****************/
  
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	.formProgressContainer > .contentContainer, #formPage .formOuterContainer .boxField
	{
	  padding: 20px 6px;
	}
  
	.summaryRow div {
	  width: 50% !important;
	  padding: 10px;
	}
  
	.summaryRow div:first-child {
	  width: 50% !important;
	}
  
	.summaryRow div:last-child {
	  width: 50% !important;
	  padding-right: 2px;
	}
  
	.inputGroup.ico label {
	  width: 100%;
	  height: 130px;
	  padding: 78px 10px 8px 10px;
	  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	  border: 0px;
	  display: block;
	  text-align: center;
	  font-size: 14px;
	  line-height: 18px;
	  font-weight: 600;
	  color: #3c454c;
	  cursor: pointer;
	  position: relative;
	  z-index: 2;
	  transition: color 200ms ease-in;
	  overflow: hidden;
	  border-radius: 4px;
	}
  
	.inputGroup.ico label:after {
	  width: 52px;
	  height: 52px;
	  content: "";
	  border: 2px solid #d1d7dc;
	  background-color: #fff;
	  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23c1c6cb' fill-rule='nonzero'/%3E%3C/svg%3E ");
	  background-repeat: no-repeat;
	  background-position: 5px 5px;
	  border-radius: 50%;
	  z-index: 2;
	  position: absolute;
	  top: 13%;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  cursor: pointer;
	  transition: all 200ms ease-in;
	}
  }
  
  /*****************
  // -----------------
  // IPHONE X LANDSCAPE
  // _________________
  // *****************/
  
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #formPage .formProgressContainer{
      margin-bottom: -70px;
    }
	.formheaderSubTxt {
	  font-size: 28px !important;
	  line-height: 34px !important;
	  font-weight: 800 !important;
	  color: #fff;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 20px 0px !important;
	}
  
	.summaryPageHeaderSub {
	  display: block;
	  font-size: 14px;
	  line-height: 20px;
	  letter-spacing: 0.5px;
	  color: #fff;
	  text-align: center;
	  font-weight: 600;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 16px 0px !important;
	}
  }
  
  /*****************
  // -----------------
  // IPAD PRO 12.9 PORTRAIT
  // _________________
  // *****************/
  
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #formPage .formProgressContainer{
      margin-bottom: -70px;
    }
	.formheaderSubTxt {
	  font-size: 28px !important;
	  line-height: 34px !important;
	  font-weight: 800 !important;
	  color: #fff;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 0px 20px 0px !important;
	}
  
	.summaryPageHeaderSub {
	  display: block;
	  font-size: 14px;
	  line-height: 20px;
	  letter-spacing: 0.5px;
	  color: #fff;
	  text-align: center;
	  font-weight: 600;
	  margin: 0px;
	  border: 0px;
	  padding: 0px 90px 16px 90px !important;
	}
  }
  
  
  /*****************
  // -----------------
  // PaySafe Thank You page
  // _________________
  // *****************/
  .small-display {
    display:block;
  } 
  .large-display {
    display:block;
  }
  
  @media only screen and (max-width: 640px) {
    .small-display {
      display:block;
    }
    .large-display {
      display:none;
    }
  }
  @media only screen and (min-width: 640px) {
    .small-display {
      display:none;
    }
    .large-display {
      display:block;
    }
  }
  
.growLastGridItem2Cols > .flexyItem:last-child {
	grid-column:1/-1;
}

.lastGridItemCenterText > .flexyItem:last-child > button {
	text-align: center;
}


@media only screen and (max-width: 768px) {
  .lastGridItemCenterText > .flexyItem:last-child > button {
    text-align: left;
  }
}