/* 
Purple Hex: #672f6b 
Gray: #aaa8aa
*/

html, body {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
  letter-spacing: 0.5pt;
  background-color: #672f6b;
	color: #ffffff;
}

.width-92 {
	width: 92% !important;
  max-width: 800px!important;
  margin-right: auto;
  margin-left: auto;
}

.width-100 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.width-20 {
  width: 20%;
}

.center-92 {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.android-div {
	display: none;
	height: 300px;
}

/*
.mainBody {
	background-image: url("../images/background3.jpg") !important;	
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
  padding-top: constant(safe-area-inset-top) !important;
  padding-top: env(safe-area-inset-top) !important;
}
*/

.mainBody {
  background-image: url("../images/background4.jpg") !important;
	background-repeat: no-repeat;
  background-clip: content-box;
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;
	position: relative;
  padding-top: constant(safe-area-inset-top) !important;
  padding-top: env(safe-area-inset-top) !important;
}

.mainBody-white {
  background-color: #FFFFFF;  
  padding-top: constant(safe-area-inset-top) !important;
  padding-top: env(safe-area-inset-top) !important;
  margin-bottom: constant(safe-area-inset-bottom) !important;
  margin-bottom: env(safe-area-inset-bottom) !important;
}

.mainBody-full { 
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  padding-top: constant(safe-area-inset-top) !important;
  padding-top: env(safe-area-inset-top) !important;
  margin-bottom: constant(safe-area-inset-bottom) !important;
  margin-bottom: env(safe-area-inset-bottom) !important;
}

.shareBackground{
  /* background-image: url("../images/shareBackground.jpg") !important; */
  background-color: #672f6b; 
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  padding-top: constant(safe-area-inset-top) !important;
  padding-top: env(safe-area-inset-top) !important;
  margin-bottom: constant(safe-area-inset-bottom) !important;
  margin-bottom: env(safe-area-inset-bottom) !important;
}

.no-scroll {
	overflow-x: hidden; 
  overflow-y: auto;
}

.no-shadow {
  text-shadow: none;
}

.no-bold {
  font-weight: 300 !important;
}

.no-padding {
  padding: 0px !important;
}

.bold {
  font-weight: 500;
}

.bottomAlign {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

.bottom-push {
  bottom: 24px;
}

.fixed {
  position: fixed;
}

.bottom-buttons {
	height: 50px;
	color: #FFFFFF;
	font-size: 16px;
  letter-spacing: 0.5pt;
  font-weight: 500;
  padding: 0;
  text-shadow: none !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.last-week-tracker {
  width: 100%;
  padding: 20px;
  margin-left: -20px;
}

.last-week-li {
  padding: 12px 0 12px 12px;
}

#add-update-state-button, #add-update-country-button {
  height: 26px !important;
  padding: 10px 0 0 8px !important;
  font-size: 14px !important;
  width: 100% !important;
  background-color: #ffffff !important;
  border: 1px solid #d8c3da !important;
}

#stateField {
  display: none;
}
  
#provinceField {
  display: none;
}
  
#postalCodeField {
  display: none;
}

.stats-heading {
  padding: 12px 0 0 12px;
}

.main-btn {
  font-size: 14px !important;
  text-indent: 0 !important;
  z-index: 2 !important;
  background-color: #aa5c9f !important;
  /*background: linear-gradient(to bottom right, #0088bb, #22aadd);*/
  color: #ffffff !important;
  text-shadow: none;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid #ffffff !important;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
}    

.clear-btn {
  font-size: 16px !important;
  text-indent: 0 !important;
  z-index: 2 !important;
  background-color: transparent;
  color: #672f6b !important;
  text-shadow: none;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid #aa5c9f !important;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
}   

.main-btn-small {
  font-size: 12px !important;
  line-height: 14px;
}

.search-selected {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: #aa5c9f !important;
}

.search-unselected {
  border: 1px solid #aa5c9f !important;
  color: #aa5c9f !important;
  background-color: #ffffff !important;
}

#footer {
	position: fixed;
  bottom: -2px;
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid #d8c3da;
  margin-bottom: env(safe-area-inset-bottom);
}

.errorTxt, .errorTxtLogin, .loginError, .errorRequestPin, .errorSavePassword,
.errorPayment, .errorTxtTracker, .errorTxtPrize, .errorTxtUpdateAddress {
  display: none;
  background-color: #e91e1e78;
  padding: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 400;
  text-shadow: none !important;
  letter-spacing: 0.75px;
  line-height: 1.5em;
  text-align: center;
}

.error-highlight {
  border: 1px solid #ff0000 !important;
}

.center {
	text-align: center !important;
}

.top-align {
  vertical-align: top;
}

.left {
    text-align: left;
}

.underline {
  text-decoration: underline;
}

.font-300 {
  font-weight: 300;
}

.ui-select {
  color: #672f6b;
}

#year-field-button, #month-field-button {
  height: 14px;
  margin: 0;
  padding: 9px 0 11px 0;
  font-size: 14px !important;
  letter-spacing: 0.25px !important;
}

.ui-loader .ui-loader-default {
  background-color: transparent !important;
  border-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ui-loader .ui-icon-loading {
  background-color: transparent;
  border-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}

.ui-loader-default {
    opacity: .68;
    position: absolute;
}

.ui-loader-sample {
  text-align: center;
  width: 100vw;
  display: none;
}

.loading-spinner {
  font-size: 48px !important;
  color: #662e6b;
}

.loading-spinner-white {
  font-size: 48px !important;
  color: #FFFFFF;
}

.back-button {
	font-size: 20px;
  text-shadow: none;
  color: #FFFFFF;
  padding-top: 10px !important;
  vertical-align: top;
  line-height: 33px;
  text-align: left;
}

.back-arrow {
	color: #FFFFFF;
	text-shadow: none;
	padding-top: 2px;
}

.right {
	text-align: right;
}

.top {
	margin-top: 6px;
}

.dashboard-background {
	background-color: #383737;
}

.space-4 {
	height: 4px;
}

.space-8 {
  height: 8px;
}

.space-10 {
  height: 10px;
}

.space-12 {
	height: 12px;
}

.space-15 {
	height: 15px;
}

.space-18 {
  height: 18px;
}

.space-20 {
	height: 20px;
}

.space-24 {
	height: 24px;
}

.space-30 {
	height: 30px;
}

.space-40 {
  height: 40px;
}

.space-50 {
	height: 50px;
}

.height-60 {
	height: 60px;
}


.ui-widget-content { 
	border: none !important;
  background-color: #383737;
  border-radius: 10px;
  color: #ffffff !important;
  padding: 10px;
  margin-top: 20px;
  z-index: 99;
}

.red  {
	color: #ff0000;
	text-shadow: none !important;
}

.red::-webkit-input-placeholder  {
	color: #ff0000;
}

.fix {
  color: #ffffff;
  text-shadow: none !important;
  font-weight: 800;
  background-color: #ff0000;
  border-radius: 5px;
  border: 1px solid #610101;
  letter-spacing: 0.75pt;
}

.top {
	vertical-align: top;
}

@media (min-width: 800px) {
  .ui-mobile .ui-page {
    width: 800px;
    left: calc((100% - 800px) / 2);
  }
  #introduction {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
    background-color: none !important;
    color: none !important;
    text-shadow: none !important;
}	

.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
	color: #333;
	font-weight: bold;
}

.no-shadow {
  text-shadow: none !important;
}

.uppercase {
	text-transform: uppercase;
}

.font-white {
	color: #ffffff !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-28 {
	font-size: 28px;
}

.font-38 {
	font-size: 38px;
}

.font-success {
  font-size: 80px;
  text-shadow: none !important;
  color: #1ae21a;
  background-color: #ffffff;
  border-radius: 50%;
}

.font-success-small {
  font-size: 30px;
  text-shadow: none !important;
  color: #1ae21a;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.font-exclamation {
  font-size: 30px;
  text-shadow: none !important;
  color: #f80124;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
}

.font-video {
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px 0 10px;
  color: #662e6b;
  text-shadow: none !important;
}

.font-privacy,
.font-terms {
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px 0 10px;
  color: #662e6b;
  text-shadow: none !important;
}

.email-font {
  font-weight: 400 !important;
  text-decoration: none !important;
}

.white {
  color: #FFFFFF;
  text-shadow: none !important;
}

.purple {
  color: #662e6b !important;
  text-shadow: none !important;
}

.purple-bg {
  background-color: #672f6b !important;
}

.gray-link {
  color: #909090;
}

.black {
  color: #000000;
}

.page-heading {
  color: #662e6b;
  text-shadow: none !important;
  font-size: 30px;
}

.page-h2 {
  text-shadow: none;
  color: #662e6b;
}

.page-h3 {
  text-shadow: none;
  color: #662e6b;
  font-size: 24px;
}

.button-top {
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  top: 30px;
  position: absolute;
  left: 12px;
}

.button-bottom {
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  bottom: 5em;
  position: absolute;
  left: 12px;
}

.message-button {
  top: 14px;
  right: 20px;
  position: relative;
  font-size: 20px;
}

.tracker-button {
  display: none;
}

.rank-advance-button {
  display: none;
}

.tracker-success-message {
  display: none;
}

.tracker-days-remaining {
  display: none;
  padding: 0 14px 0 14px;
}

.account-btn {
  border-bottom: 1px solid #d8c3da;
  padding: 12px;
  text-shadow: none;
  color: #662e6b;
}

.account-link-arrow {
  position: absolute;
  right: 36px;
}

.divider-purple {
  height: 1px;
  border-bottom: 1px solid #d8c3da;
}

.divider-purple-search {
  border-top: 1px solid #d8c3da;
  height: 4px;
}

.search-btn {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 22px;
}

.back-daily-btn,
.back-address-btn,
.back-privacy-btn,
.back-terms-btn {
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 22px;
}

.back-btn {
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 22px;
}

.info-btn {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 22px;
}

.info-btn-prize {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 22px;
}

.close-btn {
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 22px;
}

.close-btn-prize {
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 22px;
}

#search-field {
  display: none;
  padding: 0 12px 0 12px;
}

#search-spacer {
  display: none;
}

#tracker-rank-advance-field {
  display: none;
}

.margin-bottom-zero {
  margin-bottom: 0px !important;
}

.todays-ray-daily-home {
  position: absolute;
  bottom: 0;
  background-color: #662e6ba6;
  height: auto;
  width: 102%;
  padding: 12px;
  font-size: 18px;
  color: #FFFFFF;
  text-shadow: none !important;
}

.ray-daily-video-img-link {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  height: 232px;
  background-color: black;
  text-align: center;
}

.ray-daily-video-img {
  height: 232px;
}

.button-right {
  float: right;
  margin-right: 30px;
  margin-top: 5px;
}

.button-req {
  float: right;
  margin-right: 30px;
  margin-top: 30px;
}

.heading-background {
  background-color: #ffffff;
}

.form-background {
  background-color: #ECECEC;
  height: 100vh;
}

.form-border {
  background-color: #ECECEC;
}

.form-white {
  background-color: #FFFFFF;
  border-right: 5px;
}

.form-input {
  border: 1px solid #d8c3da !important;
  border-radius: 5px !important;
  margin: none !important;
  background-color: #ffffff !important; 
  color: #aa5c9f !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  height: 32px;
  width: 97%;
  padding-left: 8px;
  font-size: 17px;
  margin-top: -2px;
}

.form-input:focus {
  outline: none !important;
}

.form-input-small {
  width: 50px !important;
}

.checkbox-custom {
  position: absolute !important;
  left: 10px !important;
  top: -4px !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  outline: 0 !important;
  z-index: 1 !important;
}

.font-checkbox {
  font-size: 0.7em;
  color: #662e6b;
  text-shadow: none!important;
  position: relative;
  top: -2px;
  right: 3px;
}

.font-checkbox-2 {
  font-size: 0.9em;
  color: #662e6b;
  text-shadow: none!important;
  position: relative;
  top: -9px;
  left: 40px;
}

.user-input-wrp {
  position: relative;
  width: 96%;
}
.user-input-wrp .inputText{
  width: 100%;
  outline: none;
  border: none;
  box-shadow: none !important;
}
.user-input-wrp .inputText:focus{
  border-color: #aa5c9f;
  border-width: medium medium 2px;
}

.user-input-wrp .floating-label {
  position: absolute;
  pointer-events: none;
  top: 31px;
  left: 8px;
  transition: 0.2s ease all;
  font-size: 0.6em;
}

.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
  top: 2px;
  left: 4px;
  font-size: 10px !important;
  opacity: 1;
}

/* Slider Intro Page */

.swiper-container-intro {
  width: 100vw;
  height: 100vh;
  max-width: 800px;
}

.swiper-container-post {
  width: 100vw;
  height: 100vh;
  max-width: 800px;
}

.swiper-container-dashboard {
  /*height: 190px;*/
  height: 50%;
}

.swiper-text-holder {
  background-color: #662e6ba6;
  height: auto;
  width: 100%;
  padding: 12px;
  font-size: 18px;
  color: #FFFFFF;
  text-shadow: none !important;
  bottom: 0;
  position: absolute;
  text-align: left;
}

.swiper-slide-intro {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-intro {
  bottom: 12% !important;
  position: fixed;
  z-index: 9999;
}

.swiper-pagination-post {
  top: 8% !important;
  position: fixed;
  z-index: 9999;
}

.swiper-pagination-dashboard {
  top: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
  text-align: center
}

.swiper-pagination-bullet-active-intro {
  background: #f80124 !important;
}

.swiper-pagination-bullet-intro {
  background: #f80124 !important;
}

.swiper-pagination-switch-intro {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(125, 5, 22, 0.66);
  margin-right: 20px;
  cursor: pointer;
}

.swiper-active-switch-intro {
  background-color: #f80124 !important;
}

.slide-1 {
    background:url(../images/introSlides/iPhone-001.png) no-repeat center;
    background-size:cover;
}

.slide-2 {
    background:url(../images/introSlides/iPhone-002.png) no-repeat center;
    background-size:cover;
}

.slide-3 {
    background:url(../images/introSlides/iPhone-003.png) no-repeat center;
    background-size:cover;
}

.post-login-slide-1 {
    background:url(../images/postLoginSlides/iPhone-001.png) no-repeat center;
    background-size:cover;
}

.post-login-slide-2 {
    background:url(../images/postLoginSlides/iPhone-002.png) no-repeat center;
    background-size:cover;
}

.post-login-slide-3 {
    background:url(../images/postLoginSlides/iPhone-003.png) no-repeat center;
    background-size:cover;
}

.slider-bottom-intro {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 2.0em;
  width: 100%; 
}

.slider-get-started-intro {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-skip-intro {
  padding-top: 1.0em;
  padding-right: 1.0em;
  position: absolute;
  right: 0; 
  top: 0;
}

.slider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 2.0em;
  width: 100%; 
}

.slider-skip {
  padding-top: 1.0em;
  padding-right: 1.0em;
  position: absolute;
  right: 0; 
  top: 0;
}

.dashboard-container {
  position: static;
  top: 38px;
}

.video-container {
  /* height: 232px; */
  margin-top: -15px;
}

.video-player {
  width: 100vw;
  max-width: 800px;
  /* position: absolute;
  left: 0; */
}

.active-photo-container {
  display: none;
}

.slider-width {
  width: 100vw;
  max-width: 800px;
  /*height: 233px;*/
  background-size:cover;
}

.stats-border-1 {
  border-bottom: 1px solid #aaa8aa;
  border-right: 1px solid #aaa8aa;
}

.stats-border-2 {
  border-bottom: 1px solid #aaa8aa;
}

.stats-border-3 {
  border-right: 1px solid #aaa8aa;
}

.stats-table {
  border-radius: 25px;
}

/* End Slider Intro Page */

.congrats-heading {
  transform-origin: 50% 50%;
  z-index: 2;
}

.blob {
  height: 50px;
  width: 50px;
  color: #ffcc00;
  position: absolute;
  top: 20%;
  left: 45%;
  z-index: 1;
  font-size: 30px;
  display: none;  
}

.badge-earned {
  border: 2px solid #672f6b;
  width: 70vw;
}

.push-ask-holder {
  background-color: rgba(8, 8, 8, 0.22);
  border-radius: 10px;
  padding: 1.0em;
}

.push-icon {
  padding-left: 30px;
}

.push-ask-font {
  position: relative;
  top: -6px;
}

#congrats-ra {
  display: none;
}

#congrats-nc {
  display: none;
}

#congrats-nr {
  display: none;
}

/*s4 phone*/
@media screen and (min-width: 320px) {
  
}

/* iPhone 5 */
@media screen and (min-device-width : 320px) {

}

/* Phone width 360px */
@media only screen and (min-device-width : 360px) { 

}

/* iPhone 6 */
@media only screen and (min-device-width : 375px) { 

  .swiper-container-dashboard {
    width: 375px;
  }
  .slide-1 {
      background:url(../images/introSlides/iPhone-001.png) no-repeat center;
      background-size:cover;
  }

  .slide-2 {
      background:url(../images/introSlides/iPhone-002.png) no-repeat center;
      background-size:cover;
  }

  .slide-3 {
      background:url(../images/introSlides/iPhone-003.png) no-repeat center;
      background-size:cover;
  }
  .post-login-slide-1 {
    background:url(../images/postLoginSlides/iPhone-001.png) no-repeat center;
    background-size:cover;
  }

  .post-login-slide-2 {
      background:url(../images/postLoginSlides/iPhone-002.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-3 {
      background:url(../images/postLoginSlides/iPhone-003.png) no-repeat center;
      background-size:cover;
  }
}

/* iPhone 6P */
@media only screen and (min-device-width : 412px) {

  .slide-1 {
      background:url(../images/introSlides/iPhoneP-001.png) no-repeat center;
      background-size:cover;
  }

  .slide-2 {
      background:url(../images/introSlides/iPhoneP-002.png) no-repeat center;
      background-size:cover;
  }

  .slide-3 {
      background:url(../images/introSlides/iPhoneP-003.png) no-repeat center;
      background-size:cover;
  }
  .post-login-slide-1 {
    background:url(../images/postLoginSlides/iPhoneP-001.png) no-repeat center;
    background-size:cover;
  }

  .post-login-slide-2 {
      background:url(../images/postLoginSlides/iPhoneP-002.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-3 {
      background:url(../images/postLoginSlides/iPhoneP-003.png) no-repeat center;
      background-size:cover;
  }

}

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

}

@media only screen and (min-device-width: 768px) {
  .slide-1 {
      background:url(../images/introSlides/iPad-001.png) no-repeat center;
      background-size:cover;
  }

  .slide-2 {
      background:url(../images/introSlides/iPad-002.png) no-repeat center;
      background-size:cover;
  }

  .slide-3 {
      background:url(../images/introSlides/iPad-003.png) no-repeat center;
      background-size:cover;
  }
  .post-login-slide-1 {
    background:url(../images/postLoginSlides/iPad-001.png) no-repeat center;
    background-size:cover;
  }

  .post-login-slide-2 {
      background:url(../images/postLoginSlides/iPad-002.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-3 {
      background:url(../images/postLoginSlides/iPad-003.png) no-repeat center;
      background-size:cover;
  }
}

@media only screen and (min-device-width: 1024px) {
  .slide-1 {
      background:url(../images/introSlides/iPadPro-001.png) no-repeat center;
      background-size:cover;
  }

  .slide-2 {
      background:url(../images/introSlides/iPadPro-002.png) no-repeat center;
      background-size:cover;
  }

  .slide-3 {
      background:url(../images/introSlides/iPadPro-003.png) no-repeat center;
      background-size:cover;
  }
  .post-login-slide-1 {
    background:url(../images/postLoginSlides/iPadPro-001.png) no-repeat center;
    background-size:cover;
  }

  .post-login-slide-2 {
      background:url(../images/postLoginSlides/iPadPro-002.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-3 {
      background:url(../images/postLoginSlides/iPadPro-003.png) no-repeat center;
      background-size:cover;
  }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) { 
  
  #footer {
    bottom: -38px;
    height: 90px;
  }

  .bottomAlign {
    bottom: 24px;
  }

  .slider-bottom {
    padding-bottom: 5em;
  }

  .main-btn {
    font-size: 14px !important;
    letter-spacing: 0.25px;
  }
  
  .main-btn-small {
    font-size: 0.85em !important;
  }

  .font-exclamation {
    top: 54px;
  }
  
  .swiper-container-dashboard {
    width: 375px;
  }

  .slider-width {
    /*height: 233px;*/
    background-size: cover;
  }
  .slide-1 {
      background:url(../images/introSlides/iPhoneX-001.png) no-repeat center;
      background-size:cover;
  }

  .slide-2 {
      background:url(../images/introSlides/iPhoneX-002.png) no-repeat center;
      background-size:cover;
  }

  .slide-3 {
      background:url(../images/introSlides/iPhoneX-003.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-1 {
    background:url(../images/postLoginSlides/iPhoneX-001.png) no-repeat center;
    background-size:cover;
  }

  .post-login-slide-2 {
      background:url(../images/postLoginSlides/iPhoneX-002.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-3 {
      background:url(../images/postLoginSlides/iPhoneX-003.png) no-repeat center;
      background-size:cover;
  }

}


@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { 

  #footer {
    bottom: -38px;
    height: 90px;
  }

  .bottomAlign {
    bottom: 24px;
  }

  .slider-bottom {
    padding-bottom: 5em;
  }

  .font-exclamation {
    top: 54px;
  }

  .swiper-container-dashboard {
    width: 375px;
  }

  .slider-width {
    /*height: 233px;*/
    background-size: cover;
  }
  .slide-1 {
      background:url(../images/introSlides/iPhoneX-001.png) no-repeat center;
      background-size:cover;
  }

  .slide-2 {
      background:url(../images/introSlides/iPhoneX-002.png) no-repeat center;
      background-size:cover;
  }

  .slide-3 {
      background:url(../images/introSlides/iPhoneX-003.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-1 {
    background:url(../images/postLoginSlides/iPhoneX-001.png) no-repeat center;
    background-size:cover;
  }

  .post-login-slide-2 {
      background:url(../images/postLoginSlides/iPhoneX-002.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-3 {
      background:url(../images/postLoginSlides/iPhoneX-003.png) no-repeat center;
      background-size:cover;
  }    
}


@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) { 

  #footer {
    bottom: -38px;
    height: 90px;
  }

  .bottomAlign {
    bottom: 24px;
  }
  
  .slider-bottom {
    padding-bottom: 5em;
  }

  .font-exclamation {
    top: 54px;
  }

  .swiper-container-dashboard {
    width: 375px;
  }

  .slider-width {
    /*height: 233px;*/
    background-size: cover;
  }
  .slide-1 {
      background:url(../images/introSlides/iPhoneX-001.png) no-repeat center;
      background-size:cover;
  }

  .slide-2 {
      background:url(../images/introSlides/iPhoneX-002.png) no-repeat center;
      background-size:cover;
  }

  .slide-3 {
      background:url(../images/introSlides/iPhoneX-003.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-1 {
    background:url(../images/postLoginSlides/iPhoneX-001.png) no-repeat center;
    background-size:cover;
  }

  .post-login-slide-2 {
      background:url(../images/postLoginSlides/iPhoneX-002.png) no-repeat center;
      background-size:cover;
  }

  .post-login-slide-3 {
      background:url(../images/postLoginSlides/iPhoneX-003.png) no-repeat center;
      background-size:cover;
  }
}


@media only screen and (device-width : 360px) and (device-height : 740px) {

}

@media only screen and (min-device-width : 1440px) {

}
