.airsim-bg {
	display: none;
}
.loading {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 1;
	text-align: center;
}

.loading > i {
	margin-top: 20%;
	position: relative;
	font-size: 50px;
	color: #4EACEA;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-name: spin;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.airsim-bg {
	position: relative;
	z-index: 0;
}

label.error {
	color: #FF0000;
}
.mobile-menu-close, .mobile-menu-btn {
	display: none;
}
.mobile-menu-list {
	display: none;
}
#airsim-fb-form {
	margin-top: -30px;
	margin-bottom: 20px;
}
#airsim-fb-form .airsim-tb {
	z-index: 9;
	top: 0px;
}
.airsim-tb-l-bg.mobile {
	display: none;
}
.logo-img {
	width: 180px;
}
.app-logo-img {
	width: 150px;
}
.modal-backdrop {
	display: none;
}
.center {
	text-align: center;
}
.s-why {
	top: 0px;
}
.airsim-why h1 {
	padding-bottom: 10px;
}

/** Text Slider **/
.content__container {
  position: relative;
  z-index: 10;
/*  overflow: hidden;
  height: 70px;
*/  color: #0072bc;
  font-size: 52px;
  /**text-shadow: 2px 2px 2px rgba(71, 71, 72, 0.74);**/
  letter-spacing: 9px;
  margin-bottom: 25px;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  padding-left: 140px;
  text-align: right;
  list-style: none;
/*  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;*/
}
.content__container__list__item {
  line-height: 85px;
  margin: 0;
}


.content__container__list__item img
{
	width: 27%;
}

.submit-btn.submited {
	background-color: #999999;
}

@media (max-width: 600px) {

	.content__container__list__item {
	  line-height: 65px;
	  margin: 0;
	}

	.content__container__list__item img
	{
		width: 125px;
		padding-left: 5px;
	}

}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(720deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(720deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(720deg);}
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  /*16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }*/
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  /*49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }*/
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  /*83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }*/
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  /*16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }*/
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  /*49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }*/
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  /*83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }*/
}
/** Text Slider **/
.policy-container {
	height: 20px;
	display: inline-block;
	line-height: 16px;
}
.policy-container .tickbox {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	border: 1px #0071bc solid;
	background: #f8f8f8;
}
.policy-container .tickbox .fa-check {
	display: none;
	color: #666;
	float: left;
	margin-top: 1px;
	margin-left: 1px;
}
.policy-container span {
	color:#414040;
	font-size:12px;
	vertical-align: text-top;
}

.airsim-button {
	padding: 5px 5px;
}

.airsim-button > a {
	display: block;
	float: left;
	padding: 10px 25px;
}

.airsim-tb-r .policy-checkbox {
	width: 0px;
	height: 0px;
	opacity: 0;
}

.airsim-banner > p.mobile, .app h1.mobile {
	display: none;
}
.normal-logo-img {
	display: block;
}
.mobile-logo-img {
	display: none;
}

/*Add @ 2023-10-25 start */

.airsim-banner-container {
	height: 412px;
}

.airsim-banner-container > div {
	position: relative;
	float: left;  
	padding: 0px;
}

.airsim-banner-container > div > img {
	width: 100%;
}

.airsim-banner-plane {
	display: none;
}

.promo-right-title {
	margin-top: 20px;
	letter-spacing:0px;
}

.newcard-shipping-method-container {
	display: none;
}

.newcard-shipping-method-container.show {
	display: block;
}

#pickupShineclub span, #pickupShatin span {
	color: #000000;
}

/*Add @ 2023-10-25 end */

@media screen and (max-width: 767px) {
	.adv-bg {
	  background-image: url("../img/kkdaybg3.jpg");
		  background-position: center top;
	}
  
	.airsim-banner-plane {
	  display: block;
	}

	.airsim-banner-container > div.airsim-banner-content, 
	.airsim-banner-container > div.airsim-banner-plane {
		height: 200px;
		text-align: center;
	}

	.airsim-banner-container > div.airsim-banner-content > img, 
	.airsim-banner-container > div.airsim-banner-plane > img {
		width: auto;
		height: 100%;
	}
}

@media (max-width: 600px) {
	.container {
		padding-left: 0px;
		padding-right: 0px;
	}
	#newcard{
		padding: 0px 10px;
	}

	.promo-right-title {
		margin-top: 0px;
	}

	.adv-bg {
		background: url("../img/kkdaybg2.jpg");
		background-position: center top;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.airsim-header {
		position: relative;
		padding-top: 20px;
		padding-bottom: 40px;
		z-index: 1;
	}
	.airsim-header > div {
		width: 50%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.airsim-header > .header-logo-container > img {
		width: 100%;
	}

	.mobile-menu-close, .mobile-menu-btn {
		display: block;
	}
	.mobile-menu-close > a, .mobile-menu-btn > a {
		float: right;
		color: #FFFFFF;
	}
	.mobile-menu-close > a > i, .mobile-menu-btn > a > i {
		float: left;
		display: block;
	/*	color: #0072bc;*/
		color: #FFFFFF;
		font-size: 30px;
	}
	.mobile-menu-close > a > i {
		color: #0072bc;
	}
	.normal-logo-img {
		display: none;
	}
	.mobile-logo-img {
		display: block;
	}

	.menu-list {
		position: absolute;
		width: 0px;
		height: 0px;
		display: none;
	}
	div.mobile-menu-list {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: rgba(255, 255, 255, 0.95);
		padding-bottom: 50px;
		z-index: 11;
		padding-top: 20px;
	}
	div.mobile-menu-list > ul {
		margin-top: 10px;
	}
	div.mobile-menu-list > ul, div.mobile-menu-list > ul > li {
		float: left;
		width: 100%;
		text-align: center;
		padding: 8px 0px 20px 0px;
	}
	.mobile-menu-logo, .mobile-menu-close {
		width: 50%;
	}
	.mobile-menu-logo {
		padding-left: 10px;
	}
	.mobile-menu-logo > img {
		max-width: 100%;
		max-height: 100%;
	}
	.mobile-menu-close {
		text-align: right;
		padding-right: 10px;
	}
	div.mobile-menu-list > ul > li > a {
		color: #0072bc;
	}
	div.mobile-menu-list > ul > li > a > i {
		padding-right: 10px;
	}

	.airsim-banner {
		position: relative;
		z-index: 0;
		padding: 0px 0 20px 0px !important;
	}
	.airsim-banner p, .content__container__list {
		text-align: center;
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 50px;
	}
	.airsim-banner p span img {
		width:160px;
	}
	.banner-2, .content__container__list {
		padding-left: 0px;
	}
	.ballon {
		width: 200px;
	}

	#airsim-fb-form .airsim-tb-p {
		padding-left: 0px;
		padding-right: 0px;
	}
	#airsim-fb-form .airsim-tb {
		padding-left: 15px;
		padding-right: 15px;
	}
	#airsim-fb-form {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	#airsim-fb-form .airsim-tb > .airsim-tb-r, #airsim-fb-form .airsim-tb > .airsim-tb-l {
		padding-left: 0px;
		padding-right: 0px;
	}
	#airsim-fb-form .airsim-tb-l > h1 {
		font-size: 25px;
	}
	.airsim-button {
		width: 100%;
		text-align: center;
	}

	.airsim-button > a {
		width: 100%;
	}

	.s-why {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 20px;
		background-color: #FFF;
		padding-top: 20px;
	}

	.app .p-30 {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.app h1 {
		font-size: 18px;
		line-height: 40px;
	}
	.logo-img, .logo-img-1 {
		width: 90px;
	}
	.app div > a > p {
		padding: 0px;
	}
	.app-logo-img {
		width: 90px;
	}
	.app-store-img {
		width: 300px;
	}

	.row.mobile-clear-row-margin {
		margin-right: 0px;
		margin-left: 0px;
	}
	.airsim-banner > p.normal, .app h1.normal, #airsim-fb-form .airsim-tb-l-bg.normal {
		display: none;
	}
	.airsim-banner > p.mobile, .app h1.mobile, #airsim-fb-form .airsim-tb-l-bg.mobile {
		display: block;
	}

	.section-mockup {
		padding-top: 10px;
	}
	.section-mockup .text h4, .section-mockup .text h3, .section-mockup .text h2 {
		font-size: 18px;
		line-height: 40px;
	}
	.section-mockup .text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
