@charset "utf-8";
/* CSS Document */

div.breadcrumb {
  margin: 10px auto;
  font-size: 22px;
  max-width: 1210px;
}

div.breadcrumb div {
  float:left;
  margin: 0 0 0 10px;
  height: 45px;
}

div.breadcrumb div.active {
  font-weight: bold;
  float:left;
  color: #00c;
}

div.breadcrumb div.inactive {
  color: #777;
  float:left;
}

ul.packageSelection, ul.checkoutColumn {
	list-style-image:none;
	list-style-position:outside;
  list-style-type:none;
  display: flex;
	margin:0 auto;
	padding:0;
	right:0;
  max-width: 1210px;
  width:100%;
}

ul.checkoutColumn li {
	float:left;
	margin:0 1%;
	padding:0;
  width: 48%;
  border-radius: 10px;
  background-color: #f5f5f5;
  position: relative;
}

ul.checkoutColumn li div.placeholder, div.successPadding div.placeholder, div.modalSignIn div.placeholder {
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
}

ul.checkoutColumn li div.centerinput {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

ul.checkoutColumn li input.centerinput, ul.checkoutColumn li select.centerinput,ul.checkoutColumn li textarea.centerinput {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 10px;
}

div.overlay {
  background: none repeat scroll 0 0 rgba(250, 250, 250, 0.8);
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  border-radius: 10px;
  display: none;
}

ul.checkoutColumn textarea, 
ul.checkoutColumn input[type="text"], 
ul.checkoutColumn input[type="email"], 
ul.checkoutColumn input[type="password"], 
ul.checkoutColumn select, 
div.successPadding input, 
div.successPadding select, 
div.modalSignIn input {
  margin: 0 auto 10px;
  max-width: 320px;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: "Varela Round";
}

div#modalSignIn input {
  text-align: center;
  margin: 20px auto 0;
  max-width: 300px;
}

ul.checkoutColumn div.button {
  margin: 20px auto 30px;
  max-width: 270px;
  width: 100%;
  font-size: 28px;
  padding: 10px 0;
  font-family: "Varela Round";
}

ul.checkoutColumn select {
  border-radius: 0px;
}

ul.checkoutColumn li.column1 div.row {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 0;
  display:flex; /*updated by LPW*/
}

ul.checkoutColumn li.column1 div.row-corporate {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 0;
  display:flex; /*updated by LPW*/
}

ul.checkoutColumn li.column1 div.row-corporate {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 0;
  display:flex; /*updated by LPW*/
}

ul.checkoutColumn input#registerCity{
  margin-left:5%;
  width:95%;
}

ul.checkoutColumn input#registerPostcode {
  width:35%;
  margin-left: 0;  /*updated by Syafiq*/
}

ul.checkoutColumn li.column1 div.row-corporate .leftinput, 
ul.checkoutColumn li.column1 div.row-corporate div.leftinput-phone,
ul.checkoutColumn li.column1 div.row-corporate .rightinput
{
  width:48%!important;
  
}

div.row-corporate select.leftinput {
  margin-left:4px;
}

ul.checkoutColumn li.column1 div.row-corporate .leftinput, 
ul.checkoutColumn li.column1 div.row-corporate div.leftinput-phone,
ul.checkoutColumn li.column1 div.row-corporate .rightinput {
  width:48%!important;
}

div.row-corporate select.leftinput {
  margin-left:4px;
}

ul.packageSelection li {
	float:left;
	margin:0 0.5%;
	padding:0;
  width: 24%;
  border-radius: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}

ul.packageSelection li div.price {
  width:100%;
  text-align: center;
  height: 100px;
}

ul.packageSelection li div.price font {
  color: #c00;
}

div#modalChangePackage ul.packageSelection li div.price {
  height: 100%;
}

div#modalChangePackage ul.packageSelection li {
  height:100%;
  width:31%;
  margin: 0 1%;
  cursor: default;
}

ul.packageSelection li.package1 div.image, div.package1 div.image {
  background: url(small-pictures.png?02062020) -0px -769px no-repeat;
  width: 200px;
  height: 153px;
  margin: 20px auto;
}

ul.packageSelection li.package2 div.image, div.package2 div.image {
  background: url(small-pictures.png?02062020) -0px -923px no-repeat;
  width: 200px;
  height: 153px;
  margin: 20px auto;
}

ul.packageSelection li.package3 div.image, div.packag31 div.image {
  background: url(small-pictures.png?02062020) -0px -1077px no-repeat;
  width: 200px;
  height: 153px;
  margin: 20px auto;
}

ul.packageSelection li.package4 div.image, div.package4 div.image {
  background: url(small-pictures.png?02062020) -0px -1231px no-repeat;
  width: 200px;
  height: 153px;
  margin: 20px auto;
}

div.paypalIcon {
  background: url(big-pictures.png) -0px -702px no-repeat;
  width: 270px;
  height: 76px;
  margin: 0 auto;
}

ul.packageSelection div.button {
  font-size: 18px;
  width: 90%;
  margin: 0 5% 10px;
  padding: 10px 0;
}

div#modalChangePackage ul.packageSelection div.button {
  float:left;
}

ul.packageSelection font.description {
  width:100%;
  text-align: center;
  margin: 10px 0;
  float:left;
  font-size: 15px;
}

div.note {
  width:100%;
  text-align: center;
  font-size: 16px;
}

ul.checkoutColumn li font.header {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0 0;
  float:left;
  width: 100%;
  text-align: center;
}

ul.checkoutColumn li div.description, ul.checkoutColumn li div.subtotal {
  font-size: 18px;
  margin: 5px auto 0;
  clear:both;
  width: 100%;
  text-align: center;
}

ul.checkoutColumn li div.subtotal {
  max-width: 350px;
  font-size: 20px;
}

ul.checkoutColumn li.column2 div.subtotal div.row {
  clear:both;
  margin: 2px 10px;
  float: left;
  width: 330px;
}

ul.checkoutColumn li.column2 div.subtotal div.row input#registerPromoCode {
  width:240px;
  font-size:18px;
  margin: 0;
}

ul.checkoutColumn li.column2 div.subtotal div.row div#redeemPromo {
  font-size:14px;
  margin: 0;
  padding: 6px;
  border-radius: 8px;
  float: right;
}

ul.checkoutColumn li div.subtotal div.leftColumn {
  float: left;
}

ul.checkoutColumn li div.subtotal div.rightColumn {
  float: right;
}


ul.checkoutColumn li div.description a, ul.checkoutColumn li div.description font.small {
  font-size: 13px;
}

ul.checkoutColumn li b {
  color: #c00;
}

div.checkoutScreen1 div#checkoutForm, div.checkoutScreen1 div#paymentOverlay, div.checkoutScreen2 div#checkoutDetails, div.checkoutScreen1 div.overlay {
  display:block;
}

div.checkoutScreen1 div#checkoutDetails, div.checkoutScreen2 div#checkoutForm, div.checkoutScreen2 div.overlay, div.checkoutScreen1 div#checkoutDetailsMobile, div.checkoutScreen2 div#checkoutDetailsMobile {
  display:none;
}

div.termCondition {
  background-color: #ccc;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

div#subscriptionDetails div.row {
  text-align:left;
  max-width:320px;
  margin: 0 auto;
}

div#subscriptionDetails div.row div.column {
  float:left;
  margin: 0 5px;
}

ul.subscription li.row {
  height: auto;
}

span.input-group-text {
  border-radius: 10% 0% 0% 10%!important;
  font-size: 18px!important;
  font-family: 'Varela Round'!important;
}

input.verifyMobile {
  margin:0!important;
}

.input-group-append,.input-group-prepend{
  display:-ms-flexbox;
  display:flex
}
.input-group-append.btn,.input-group-prepend.btn{
  position:relative;
  z-index:2
}

.input-group-append.btn:focus,.input-group-prepend .btn:focus{
  z-index:3
}

.input-group-append.btn+.btn,.input-group-append.btn+.input-group-text,.input-group-append.input-group-text+.btn,.input-group-append.input-group-text+.input-group-text,.input-group-prepend.btn+.btn,.input-group-prepend.btn+.input-group-text,.input-group-prepend.input-group-text+.btn,.input-group-prepend.input-group-text+.input-group-text{
  margin-left:-1px
}

.input-group-prepend{
  margin-right:-1px
}

.input-group-append{
  margin-left:-1px
}

.input-group-text{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  padding:.375rem .75rem;
  margin-bottom:0;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  text-align:center;
  white-space:nowrap;
  background-color:#e9ecef;
  border:1px solid #ced4da;
  border-radius:.25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio]{
  margin-top:0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){
  height:calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){
  height:calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5;
  border-radius:.2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select{
  padding-right:1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{
  border-top-left-radius:0;
  border-bottom-left-radius:0
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{
  margin-left:-1px
}

.input-group-prepend{
  margin-right:-1px
}

.input-group-append{
  margin-left:-1px
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio]{
  margin-top:0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){
  height:calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){
  height:calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5;
  border-radius:.2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select{
  padding-right:1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{
  border-top-left-radius:0;
  border-bottom-left-radius:0
}

.input-group-append,.input-group-prepend{
  display:-ms-flexbox;
  display:flex;
  height:36px;
}

span.input-group-text {
  border-radius: 10% 0% 0% 10%!important;
  font-size: 18px!important;
  font-family: 'Varela Round'!important;
}

input.verifyMobile {
  border-top-left-radius:0px!important;
  border-bottom-left-radius:0px!important;
  border-left:none;
  border-radius: 0px 4px 4px 0px;
}

/*Mobile Verification*/
input.tac-input{
  width:20%;
  text-align:center;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  margin: 0 3px;
}

div.tac-main-container{
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  z-index: 1003;
  padding-top: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display:block;
}

div.tac-content{
  width: 430px;
  height: 300px;
  padding: 20px;
  background-color: #b9eaeb;
  margin: auto;
  border: 1px solid #888;
  border-radius: 10px;
}

div.verify-input-container{
  margin: 10px auto;
  max-width: 30%;
}

input[class=tac-input]::-webkit-inner-spin-button, 
input[class=tac-input]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


div.tac-input-container{
  align-items: center;
  margin:10px auto;
  max-width:60%;
  display:flex;
}

/* The Modal (background) */
div.modal-tac {
  /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1100; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
/* JJ note */
div.modal-tac-content {
  background-color: #b9eaeb;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  border-radius: 10px;
}

div.tactitle {
  font-size: 18px;
  text-align: justify;
}

div.pincode{
  width: 100%;
}

div.tac_code_temp{
  width: 100%;
  border: 1px solid #bfb2ab;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
}

div.tachead{
  width: 20%;
  padding: 5px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  background-color: #777;
  color: #fff;
}

input.taccode{
  max-width: 100% !important;
  width: 80%;
  padding: 2px 10px;
  margin: 0 !important;
  font-size:20px;
  border-radius: 0 10px 10px 0;
  background-color: rgba(0,0,0,0);
  border:none;
  outline:none;
  box-shadow:none;
}

input.verify {
  width: 100%;
  background-color: #21a657;
  border: none;
  border-radius: 10px;
  color: white;
  margin: 10px auto 0 auto;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

input.resend , input.resend2 {
  background-color: #85B986; 
  border: none;
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

input.wrongNumber {
  background-color: #85B986; 
  border: none;
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

div.resend_title {
  float: left;
  width: 40%;
  margin: 10px 10px 10px 10px;
}

div.wrongNumber_title {
  float: right;
  width: 45%;
  margin: 10px 10px 10px 10px;
}

input.resend2 {
  display: none;
}

div.underbutton {
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
}

div.requestAgain_title {
  width: 40%;
}

input.requestAgain2 {
  display: none;
}

.requestAgain , .requestAgain2 {
  background-color: rgba(0,0,0,0);
  border: none;
  color: #666;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  box-shadow: none;
  text-decoration: underline;
  outline: none;
}

div.changeNumber_title {
  width: 40%;
  margin-left: 20%;
  text-align: right;
}

.changeNumber {
  background-color: rgba(0,0,0,0);
  border: none;
  color: #666;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  box-shadow: none;
  text-decoration: underline;
  outline: none;
}

@media all and (max-width: 850px) {
  ul.packageSelection li {
    width: 48%;
    margin: 0 1% 2%;
  }

  div.modal-tac-content{
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  div.checkoutScreen1 div.checkout-right {
    display: none;
  }
}

@media all and (max-width: 750px) {

  div.checkoutScreen2 li.column2 div#checkoutDetailsMobile {
    display: block;
  }
  
  div.header-right-signup, div.breadcrumb div.inactive, div.checkoutScreen1 li.column2, div.checkoutScreen2 li.column1, div#modalChangePackage ul.packageSelection li div.container {
    display: none;
  }

  div.breadcrumb div.active {
    font-size: 32px;
  }
  
  div.breadcrumb {
    height: 50px;
  }

  /*-------account info added by LPW---------------*/
  ul.checkoutColumn {
    display: block;
  }

  ul.checkoutColumn li.column1{
    height : auto;
  }

  ul.checkoutColumn li.column2{
    height : auto;
  }

  div.deliveryDetails-acc-info{
    padding: 1px 0;
  }
  /*------------------end added by LPW--------------------------*/

  ul.checkoutColumn li {
    width: 96%;
    margin: 0 2%;
  }
  
  div#modalChangePackage ul.packageSelection li {
    height:100%;
    width:100%;
    padding: 5px 0;
    margin:0;
    border-top: 1px solid #aaa;
    border-radius: 0px;
  }

  div.modalChangePackage {
    width: 98%;
    margin: 0 1%;
    
  }
  
  div#modalChangePackage ul.packageSelection li div.price {
    width: auto;
    float: left;
    margin: 0 0 0 20px;
  }
  
  div#modalChangePackage ul.packageSelection div.button {
    width: auto;
    float: right;  
    padding: 10px 20px;
    margin: 20px 20px 0 0;
  }

  div.modal-tac-content {
    width: 80%;   
  }
}
@media all and (max-width: 700px){
  ul.checkoutColumn li.column1 div.row-corporate {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 0;
    display:block; /*updated by LPW*/
  }

  ul.checkoutColumn li.column1 div.row-corporate div.placeholder,span.mobile,div.country-mobile {
    display:none;
  }

  ul.checkoutColumn li.column1 div.row-corporate div.mobile {
    display:block!important;
  }

  ul.checkoutColumn li div.centerinput {
    max-width: 300px;
  }
  
  ul.checkoutColumn li input.centerinput, ul.checkoutColumn li select.centerinput,ul.checkoutColumn li textarea.centerinput {
    max-width: 320px;
  }

  ul.checkoutColumn li.column1 div.row-corporate input.leftinput, 
  ul.checkoutColumn li.column1 div.row-corporate select.leftinput,
  ul.checkoutColumn li.column1 div.row-corporate div.leftinput.mobile,
  ul.checkoutColumn li.column1 div.row-corporate div.leftinput-phone,
  ul.checkoutColumn li.column1 div.row-corporate input.rightinput, 
  ul.checkoutColumn li.column1 div.row-corporate select.rightinput,
  ul.checkoutColumn li.column1 div.row-corporate div.rightinput.mobile {
    width:100%!important;
  }

  div.row-corporate select.leftinput {
    margin-left:0px;
  }
}

@media all and (max-width: 550px) {
  div.resend_title {
    width: 30%;
  }

  div.wrongNumber_title {
    width: 47%;
  }
}

@media all and (max-width: 400px) {
  ul.packageSelection li {
    width: 98%;
  }
  
  ul.checkoutColumn li div.description, ul.checkoutColumn li div.subtotal {
    font-size: 16px;
  }
  
  ul.checkoutColumn li.column2 div.subtotal div.row input#registerPromoCode {
    width: 180px;
    font-size: 14px;
  }
  
  ul.checkoutColumn input, ul.checkoutColumn select {
    font-size: 18px;
  }
  
  div.breadcrumb div.active {
    font-size: 28px;
  }
  
  div.breadcrumb {
    height: 40px;
    margin: 5px auto;
  }
  
  div.successPadding ul {
    text-align: left;
    padding: 0;
    margin: 0 0 0 22px;
  }

  div#modalChangePackage ul.packageSelection li div.price {
    width: 100%;
    margin:0;
  }

  div#modalChangePackage ul.packageSelection div.button {
    margin: 5px 2%;
    width: 96%;
    padding: 5px 0;
  }
  
  div.modalChangePackage {
    width:100%;
    margin: 0;
  }

  div.tac-input-container{
    align-items: center;
    margin:10px auto;
    max-width:90%;
  }

  input.tac-input{
    width:50%;
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 0 3px;
  }

  .verify {
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
  }     
  
  div.requestAgain_title,
  div.changeNumber_title {
    width: 45%;
    margin: auto;
    font-size: 12px;
  }
}
