html {
  background:#FFF;
  background-size: cover;
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  text-align: center;
}

.phone-input {
  display: -webkit-flex;
  display: flex;
  margin: auto;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  -webkit-align-items: center;
  align-items: center; }
.phone-input * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }
.phone-input .phone {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjQ0MiAyNy40NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQ0MiAyNy40NDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xOS40OTQsMEg3Ljk0OEM2Ljg0MywwLDUuOTUxLDAuODk2LDUuOTUxLDEuOTk5djIzLjQ0NmMwLDEuMTAyLDAuODkyLDEuOTk3LDEuOTk3LDEuOTk3aDExLjU0NiAgIGMxLjEwMywwLDEuOTk3LTAuODk1LDEuOTk3LTEuOTk3VjEuOTk5QzIxLjQ5MSwwLjg5NiwyMC41OTcsMCwxOS40OTQsMHogTTEwLjg3MiwxLjIxNGg1LjdjMC4xNDQsMCwwLjI2MSwwLjIxNSwwLjI2MSwwLjQ4MSAgIHMtMC4xMTcsMC40ODItMC4yNjEsMC40ODJoLTUuN2MtMC4xNDUsMC0wLjI2LTAuMjE2LTAuMjYtMC40ODJDMTAuNjEyLDEuNDI5LDEwLjcyNywxLjIxNCwxMC44NzIsMS4yMTR6IE0xMy43MjIsMjUuNDY5ICAgYy0wLjcwMywwLTEuMjc1LTAuNTcyLTEuMjc1LTEuMjc2czAuNTcyLTEuMjc0LDEuMjc1LTEuMjc0YzAuNzAxLDAsMS4yNzMsMC41NywxLjI3MywxLjI3NFMxNC40MjMsMjUuNDY5LDEzLjcyMiwyNS40Njl6ICAgIE0xOS45OTUsMjEuMUg3LjQ0OFYzLjM3M2gxMi41NDdWMjEuMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #ececec;
  margin-right: 0.5em; }
.phone-input .flag {
  width: 50px;
  height: 50px;
  font-size: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.phone-input .country-code {
  color: #acacac;
  margin-left: 0.5em; }
.phone-input input.text-input {
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  margin-left: 0.5em;
  margin-right: 2px;
  border: 0;
  outline: none; }
.phone-input .checkmark-container {
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.phone-input .checkmark-container img {
  width: 100%;
  height: 100%;
  display: inline-block; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark__icon,
.errormark__icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both; }

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }

.loader-container {
  width: 300px;
  margin: auto; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.loading-container {
  text-align: center; }

.lds-spinner {
  position: relative;
  margin: auto;
  width: 200px;
  height: 64px;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px); }
.lds-spinner div {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #337ab7;
  width: 6px;
  height: 12px;
  border-radius: 40%;
  -webkit-transform-origin: 3px 27px;
  transform-origin: 3px 27px; }
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s; }
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s; }
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s; }
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s; }
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s; }
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s; }
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s; }
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s; }
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s; }
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s; }
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

body {
  padding: 0;
  margin: 0;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

.btn {
  background-image: linear-gradient(to bottom, #2ebddd  0%,#2ebddd 99%);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  margin: 10px auto;
  border: none;
  width: 100%;
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 10px;
  height: 50px;
  cursor: pointer;
  font-weight: 300; }

button:disabled {
  background-color: gray;
  cursor: not-allowed; }

.phone-input {
  border: none;
  background-color: #fbfbfb;
  border-radius: 0;
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2cfcf;
  font-size: 20px; }
.phone-input .phone {
  background-color: #e0dede; }
.phone-input input.text-input {
  background-color: #fbfbfb; }
.phone-input * {
  font-size: 0.9em; }

.pin-box {
  display: block;
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  height: 60px;
  background-color: #fbfbfb;
  font-size: 16px;
  text-align: center;
  border: 1px solid #d2cfcf; }

.wrap {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 10px; }

.logo {
  display: block;
  /*background-image: url(../images/wapTop.png);*/
  margin: 0 auto;
}
.logo > img {
  width: 40%;
  margin: 0 auto;
  display: block;
}

.disclaimerSection .logo{
  background: transparent;
}
.top-legals, .disclaimer, .price-point {
  font-size: 10px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 30px; }

.price-point {
  font-weight: 600; }

.cta_txt, .pin_label {
  font-size: 16px;
  color: #C42F39;
  text-align: center;
  font-weight: 500;
  padding-bottom: 30px;
}

.pin_label {
  padding-bottom: 0px; }

.time {
  display: inline-block;
  font-size: 16px;
  color: #b5b2b2; }

.wait-txt {
  font-size: 12px;
  color: #C42F39;
  text-align: center; }

.error-txt {
  font-size: 12px;
  color: #C42F39;
  text-align: center; }

.error {
  padding-bottom: 20px; }

.pin_txt {
  font-size: 16px;
  color: #b5b2b2;
  font-weight: 400; }

.resolve-txt {
  font-size: 12px;
  color: black;
  text-align: center;
  padding-bottom: 20px; }

.change-txt {
  color: #36a4c9;
  cursor: pointer;
  font-size: 13px; }


/*# sourceMappingURL=main.fc58801c.css.map*/
.tickBox {
  font-size: 10px;
  line-height: 12px;
  text-shadow: 4px 4px 4px white;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
.text-muted {
  color: #AAA;
}
.text-center {
  text-align: center;
}
.submitBtn {
  margin-bottom: 5px;

}
.content-text {
  font-size: 15px;
}
.pricing_box {
  margin: 20px auto;
}
.multi-language {
  float: right;
}
.multi-language .list {
  display: inline-block;
  font-size: 14px;
  margin: 0 .5rem;
  list-style: none;
  line-height: 2;
  padding: 0;
  text-align: center;
}
.multi-language .list li {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  margin: 0;
  padding: 2px;
  border-top: none;
  text-align: center;
}
.language-option {
  flex: 1 1 auto;
  transition: 0.5s;
  color: #fff;
  background-image: linear-gradient(to bottom, #f3eb2c 0%, #f3eb2c 99%);
  margin-top: 10px;
  padding: 5px;
  float: right;
  width: 60px;
  border: none;
  border-radius: 10px;
  outline: none;
}
.pricing_box > a {
  color: #000;
}
.bottom_footer_links {
  border-radius: 5px;
  color: black;
  padding: 10px;
}
.bold-header-terms {
  color:#f3eb2c;
  font-weight: bold;
}
.back-button {
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 100%;
  float: left;
  font-weight: bolder;
}
.terms_link {
  color: #FFF;
}
.top_row {
  background: url(../images/bg_blue.png);
  background-color: #FFF;
  background-color: #9bc8ce;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35vh;
  z-index: 9;
  text-align: center;
  background-position: 0 100%;
  background-size: cover;
}
.mobile_phone_img {
  height: 280px;
  width: auto;
  margin: 0 auto;
}
.top_row::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  left: 0;
  background-color: #fefefe;
  bottom: 0;
  z-index: -1;
}
#wrapper {
  margin-bottom: 80px;
}
#footer {
  position: relative;
  font-size: 12px;
  width: 300px;
  margin: 0px auto;
  color: #a4a4a4;
  line-height: 120%;
}
.footer_terms a{
  color: #a4a4a4;
}