/* Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*COLOR
--------------------------------------------------*/
/*DEFAULT
--------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #11234b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #e89e41;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.table {
  border-collapse: collapse !important;
}

.table td,
.table th {
  background-color: transparent !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #333333 !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

ul li:last-child {
  margin-bottom: 0 !important;
}

ol {
  padding: 0 0 0 15px;
  margin: 0;
}

ol li {
  margin: 5px 0;
}

ol li:last-child {
  margin-bottom: 0 !important;
}

section {
  position: relative;
}

.hidden {
  display: none;
}

.noscroll {
  padding-right: 17px;
  overflow: hidden;
}

/*TYPOGRAPHY
--------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 5px;
  display: block;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #11234b;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  font-size: 1em;
  line-height: 1.75;
  margin: 0 0 30px 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

/*MINI DESKTOP
--------------------------------------------------*/
/*MINI TABLET
--------------------------------------------------*/
/*MOBILE PORTRAIT
--------------------------------------------------*/
/*FORMS
--------------------------------------------------*/
.form-fields {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-fields label {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.form-fields hr {
  width: 100%;
  margin: 30px 0;
  border-color: #eeeeee;
}

.form-fields .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}

.form-fields .form-group label {
  margin-bottom: 5px;
}

.form-fields .form-group.group-half {
  width: 50%;
}

.form-fields .form-group.grid-100 {
  width: 100%;
}

.form-fields .form-group.grid-50 {
  width: 50%;
}

.form-fields .form-group.grid-25 {
  width: 25%;
}

.form-fields .form-group.grid-15 {
  width: 15%;
}

.form-fields .form-group.grid-10 {
  width: 10%;
}

.form-fields .form-group.centered {
  text-align: center;
}

.form-fields .form-group.centered .btn-lg {
  border-radius: 100px;
}

.form-fields .btn-wrapper {
  padding: 0 15px;
}

.form-checkbox {
  width: 20px;
  height: 20px;
  line-height: 1.25;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-checkbox input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.form-checkbox .checkmark:after {
  content: '';
  width: 6px;
  height: 12px;
  border: solid #11234b;
  border-width: 0 3px 3px 0;
  display: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
}

.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-input {
  width: 100%;
  height: 45px;
  font-size: 1em;
  line-height: normal;
  color: #000000;
  background: #fbfbfb;
  padding: 0 15px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.form-input:focus {
  background-color: #ffffff;
  border-color: #11234b;
}

.form-input::-webkit-input-placeholder {
  color: #4d4d4d;
}

.form-input:-ms-input-placeholder {
  color: #4d4d4d;
}

.form-input::-ms-input-placeholder {
  color: #4d4d4d;
}

.form-input::placeholder {
  color: #4d4d4d;
}

.form-select {
  width: 100%;
  height: 45px;
  font-size: 1em;
  line-height: normal;
  color: #000000;
  background: #fbfbfb url(img/icons/chevron-down.svg) right 17px center no-repeat;
  background-size: 16px 9px;
  padding: 0 15px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-select option {
  color: #000000;
}

.form-select:focus {
  background-color: #ffffff;
  border-color: #11234b;
}

.form-textarea {
  width: 100%;
  height: 150px;
  font-size: 1em;
  line-height: 1.5;
  color: #000000;
  background: #fbfbfb;
  padding: 15px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-textarea:focus {
  background-color: #ffffff;
  border-color: #11234b;
}

.form-textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}

.form-textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

.form-textarea::-ms-input-placeholder {
  color: #4d4d4d;
}

.form-textarea::placeholder {
  color: #4d4d4d;
}

.form-switch {
  width: 62px !important;
  height: 27px;
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* Rounded sliders */
}

.form-switch input {
  width: 62px !important;
  height: 27px;
  opacity: 0;
}

.form-switch .slider {
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-switch .slider:before {
  content: "";
  height: 19px;
  width: 19px;
  background-color: white;
  position: absolute;
  left: 4px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-switch input:checked + .slider {
  background-color: #11234b;
}

.form-switch input:checked + .slider:hover {
  background: #6a43af;
}

.form-switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #11234b;
          box-shadow: 0 0 1px #11234b;
}

.form-switch input:checked + .slider:before {
  -webkit-transform: translateX(33px);
          transform: translateX(33px);
}

.form-switch .slider.round {
  border-radius: 27px;
}

.form-switch .slider.round:before {
  border-radius: 50%;
}

.form-switch.form-switch2 {
  width: 55px !important;
}

.form-switch.form-switch2 input:checked + .slider:before {
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}

@media only screen and (max-width: 1024px) {
  .form-fields hr {
    margin: 20px 0;
  }
  .form-fields .form-group.group-half {
    width: 100%;
  }
  .form-fields .form-group.grid-100 {
    width: 100%;
  }
  .form-fields .form-group.grid-50 {
    width: 100%;
  }
  .form-fields .form-group.grid-25 {
    width: 100%;
  }
  .form-fields .form-group.grid-15 {
    width: 100%;
  }
  .form-fields .form-group.grid-10 {
    width: 100%;
  }
}

/*BUTTONS
--------------------------------------------------*/
.btn-lg {
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0 35px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.btn-md {
  height: 40px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  padding: 0 25px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.btn-sm {
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.btn-primary {
  color: #ffffff;
  background:#0c4154;
  border: 1px solid #0c4154;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  color: #ffffff !important;
  border: 1px solid #11234b;
}

.btn-primary:hover::before {
  width: 100%;
}

.btn-primary:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0c1936;
  content: '';
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}

.btn-primary:disabled,
.btn-primary:hover :disabled {
  color: #ffffff !important;
  background: rgb(236,123,19);
  border: 1px solid rgb(236,123,19);
  opacity: 0.35;
}

.btn-secondary {
  color: #ffffff;
  background: #e89e41;
  border: 1px solid #e89e41;
  position: relative;
  overflow: hidden;
}

.btn-secondary:hover {
  color: #ffffff !important;
  border: 1px solid #e89e41;
}

.btn-secondary:hover::before {
  width: 100%;
}

.btn-secondary:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e5922a;
  content: '';
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}

.btn-secondary:disabled,
.btn-secondary:hover :disabled {
  color: #ffffff !important;
  background: #e8a045;
  border: 1px solid #e89e41;
  opacity: 0.35;
}

.btn-line {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.btn-line:hover {
  color: #ffffff !important;
  background: #e89e41;
  border: 1px solid #e89e41;
}

.btn-line:hover::before {
  width: 100%;
}

.btn-line:disabled,
.btn-line:hover :disabled {
  color: #ffffff !important;
  background: #e8a045;
  border: 1px solid #e89e41;
  opacity: 0.35;
}

.btn-link {
  font-weight: 600;
  color: #e89e41;
}

.btn-link:hover {
  color: #11234b;
}

.btn-mobile {
  cursor: pointer;
}

.btn-mobile div {
  width: 25px;
  height: 3px;
  background: #11234b;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-mobile div:last-child {
  margin-bottom: 0;
}

.btn-mobile:hover div {
  background: #e89e41;
}

.btn-close {
  cursor: pointer;
}

/*DESKTOP
--------------------------------------------------*/
body {
  font: 400 15px 'Open Sans Condensed', sans-serif;
  line-height: 1;
  color: #000000;
  background: #fff;
  overflow-x: hidden;
}

.cw-payment {
  height: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cw-payment .go-back {
  display: block;
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 5;
}

.cw-payment .go-back a {
  font-weight: 600;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cw-payment .go-back a svg {
  margin-right: 10px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cw-payment .go-back a svg path {
  fill: #e89e41;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cw-payment .go-back a:hover {
  color: #e89e41;
}

.cw-payment .go-back a:hover svg {
  position: relative;
  left: -5px;
}

.cw-payment .go-back a:hover svg path {
  fill: #e89e41;
}

.cw-payment .left {
  min-height: 100vh;
  padding: 80px 50px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.cw-payment .left .bg {
  background: linear-gradient(to bottom left, #16a188, #0c4154);
}

.home {
  background: linear-gradient(to bottom left, #16a188, #0c4154);
}

.cw-payment .left .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cw-payment .left .bg.blurred img {
  opacity: 0.25;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.cw-payment .left .box {
  width: 100%;
  min-height: 350px;
  max-width: 650px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.cw-payment .left .box .heading {
  font-size: 1.15em;
  font-weight: 400;
  color: #ffffff;
  background: #0c4154;
  padding: 20px 30px 15px 30px;
  margin-bottom: 15px;
}

.cw-payment .left .box .texts {
  line-height: 1.4;
  padding: 15px 30px;
  margin-bottom: 15px;
}

.cw-payment .left .box .labels {
  font-size: 12px;
  font-weight: 600;
  padding: 15px 30px 10px 30px;
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: 1;
      flex-wrap: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cw-payment .left .box .labels .checkbox {
  width: 5%;
}

.cw-payment .left .box .labels .account-type {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cw-payment .left .box .labels .amount-due {
  width: 200px;
}

.cw-payment .left .box .labels .description {
  width: 40%;
}

.cw-payment .left .box .labels .reference-number {
  width: 40%;
}

.cw-payment .left .box .labels .amount {
  width: 20%;
  text-align: right;
  padding-right: 15px;
}

.cw-payment .left .box .form-group {
  padding: 15px 30px 18px 30px;
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: 1;
      flex-wrap: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cw-payment .left .box .form-group:last-child {
  border-bottom: 0;
}

.cw-payment .left .box .form-group:last-child input {
  font-weight: 800 !important;
}

.cw-payment .left .box .form-group .checkbox {
  width: 5%;
}

.cw-payment .left .box .form-group .account-type {
  margin-top: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cw-payment .left .box .form-group .account-type h6 {
  margin-bottom: 10px;
}

.cw-payment .left .box .form-group .account-type h6 strong {
  color: #11234b;
}

.cw-payment .left .box .form-group .account-type ul {
  width: auto;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}

.cw-payment .left .box .form-group .account-type ul li {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}

.cw-payment .left .box .form-group .account-type ul li strong {
  font-size: 10px;
  text-transform: uppercase;
  color: #e89e41;
}

.cw-payment .left .box .form-group .amount-due {
  width: 200px;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cw-payment .left .box .form-group .amount-due input {
  text-align: right;
  margin-left: 10px;
}

.cw-payment .left .box .form-group .description {
  width: 40%;
  font-weight: 700;
}

.cw-payment .left .box .form-group .reference-number {
  width: 40%;
}

.cw-payment .left .box .form-group .amount {
  width: 20%;
  text-align: right;
  padding-right: 15px;
}

.cw-payment .left .box .form-group.total {
  padding: 30px;
  border-bottom: 0;
}

.cw-payment .left .box .form-group.total .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.cw-payment .left .box .form-group.total .title strong {
  font-size: 1.25em;
}

.cw-payment .left .box .form-group.total .amount {
  width: 200px;
  padding-right: 0;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cw-payment .left .box .form-group.total .amount input {
  text-align: right;
  margin-left: 10px;
}

.cw-payment .left .box .note {
  padding: 30px;
}

.cw-payment .left .box .note .wrapper {
  font-size: 12px;
  padding: 15px;
  border: 2px solid #e89e41;
  border-radius: 10px;
}

.cw-payment .left .box .note .wrapper strong {
  margin-bottom: 10px;
  display: block;
}

.cw-payment .left .box .note ol li {
  line-height: 1.25;
  margin-bottom: 10px;
}

.cw-payment .left .box .btn-wrapper {
  width: 100%;
  padding: 0 30px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cw-payment .left .box .btn-wrapper .btn-lg {
  width: 100%;
}

.cw-payment .left .box .btn-wrapper .btn-secondary {
  width: 300px;
  margin-right: 20px;
}

.cw-payment .left .payment .form-group {
  padding-top: 30px;
  border-bottom: 0 !important;
}

.cw-payment .left .payment ul {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cw-payment .left .payment ul li {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 15px 0;
}

.cw-payment .left .payment ul li a {
  width: 100%;
  min-height: 60px;
  font-weight: 600;
  padding: 15px 15px;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cw-payment .left .payment ul li a small {
  font-weight: 400;
  color: #999999;
  margin-top: 5px;
}

.cw-payment .left .payment ul li a:hover {
  color: #ffffff;
  background: #11234b;
  border: 2px solid #11234b;
}

.cw-payment .left .payment .btn-wrapper .btn-lg {
  width: 100%;
  margin-right: 0;
}

.cw-payment .right {
  width: 100%;
  max-width: 500px;
  min-height: 80vh;
  background-color: #ffff;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
  border-radius: 5px;
  padding: 50px;
}

.cw-payment .right .wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cw-payment .right .wrapper .logo {
  text-align: center;
  margin-bottom: 50px;
}

.cw-payment .right .wrapper .logo h1 {
  font-size: 1.5em;
}

.cw-payment .right .wrapper .box {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}

.cw-payment .right .wrapper form {
  width: 100%;
}

.cw-payment .right .wrapper .btn-lg {
  min-width: 130px;
  margin: 5px;
}

.cw-payment .right .wrapper .footer a {
  color: #e89e41;
}

/*TABS
--------------------------------------------------*/
.tabs {
  width: 100%;
}

.tabs .tab-menu {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  overflow: hidden;
}

.tabs .tab-menu .item {
  width: 100%;
  height: 45px;
  font-weight: 600;
  color: #333333;
  background: none;
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.tabs .tab-menu .item.active {
  color: #ffffff;
  background: #11234b;
}

.tabs .tab-menu .item.active:hover {
  color: #ffffff;
}

.tabs .tab-menu .item:hover {
  color: #e89e41;
}

.tabs .tab-menu .item:last-child {
  border-right: 0;
}

.tabs.vertical .tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swal2-popup {
  font-size: 0.8em;
  width: 100%;
  max-width: 600px;
}

/*PRELOADER
--------------------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 2;
}

.preloader .path {
  stroke: #e89e41;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }
  .cw-payment .go-back {
    display: none;
  }
  /* .cw-payment .right {
    max-width: 300px;
    min-height: 100vh;
  } */
  /* .cw-payment .right .wrapper .logo img {
    width: 150px;
    height: 150px;
  } */
  .cw-payment .right .wrapper .logo h1 {
    font-size: 1.25em;
  }
  .cw-payment .right .wrapper .form-fields .btn-lg {
    height: 40px;
  }
  .cw-payment .left .bg {
    background-image: linear-gradient(to bottom left, #ffffff, #ffffff) !important;
  }
  .home {
    background-image: linear-gradient(to bottom left, #ffffff, #ffffff) !important;
  }
}

/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .cw-payment .left .bg {
    background-image: linear-gradient(to bottom left, #ffffff, #ffffff) !important;
  }
  .home {
    background-image: linear-gradient(to bottom left, #ffffff, #ffffff) !important;
  }

  .home .cw-payment .right {
    min-height: -webkit-fill-available;
    /* height: 100vh; */
    max-width: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
  .home .cw-payment .right .wrapper {
    max-width: 400px;
    
  }
  /* .home .cw-payment .right .logo img {
    width: 150px;
    height: 150px;
  } */
  .home .cw-payment .right form {
    padding: 0 15px;
    

  }
  .inner .cw-payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .inner .cw-payment .left {
    min-height: auto;
    padding: 0;
  }
  .inner .cw-payment .left .box {
    min-width: auto;
    max-width: 100%;
    border-radius: 0;
  }
  .inner .cw-payment .left .box .heading {
    padding: 20px;
  }
  .inner .cw-payment .left .box .heading .checkbox,
  .inner .cw-payment .left .box .heading .title,
  .inner .cw-payment .left .box .heading .amount,
  .inner .cw-payment .left .box .heading .desc,
  .inner .cw-payment .left .box .heading .ref,
  .inner .cw-payment .left .box .heading .amt {
    display: none;
  }
  .inner .cw-payment .left .box .heading .mobile {
    display: block;
  }
  .inner .cw-payment .left .box .texts {
    line-height: 1.4;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .inner .cw-payment .left .box .labels {
    display: none;
  }
  .inner .cw-payment .left .box .form-group {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner .cw-payment .left .box .form-group .checkbox {
    width: 30px;
  }
  .inner .cw-payment .left .box .form-group .account-type {
    width: 85%;
    margin-bottom: 30px;
  }
  .inner .cw-payment .left .box .form-group .amount-due {
    width: 100%;
    padding-left: 10px;
  }
  .inner .cw-payment .left .box .form-group .description {
    width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .inner .cw-payment .left .box .form-group .reference-number {
    width: 100%;
    margin-bottom: 30px;
  }
  .inner .cw-payment .left .box .form-group .amount {
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
  }
  .inner .cw-payment .left .box .form-group.total {
    padding: 15px;
    border-bottom: 0;
  }
  .inner .cw-payment .left .box .form-group.total .title {
    margin-bottom: 10px;
  }
  .inner .cw-payment .left .box .form-group.total .amount {
    width: 100%;
    padding-right: 0;
  }
  .inner .cw-payment .left .box .form-group.total .amount input {
    margin-left: 10px;
  }
  .inner .cw-payment .left .box .form-group.total .amount input.text-right {
    text-align: right;
  }
  .inner .cw-payment .left .box .note {
    padding: 15px;
  }
  .inner .cw-payment .left .box .btn-wrapper {
    width: 100%;
    padding: 0 15px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner .cw-payment .left .box .btn-wrapper .btn-lg {
    width: 100%;
    margin-bottom: 10px;
  }
  .inner .cw-payment .left .box .btn-wrapper .btn-secondary {
    width: 100%;
    margin-right: 0;
  }
  .inner .cw-payment .left .payment ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner .cw-payment .left .payment ul li {
    width: 100%;
  }
  .inner .cw-payment .left .payment .btn-wrapper {
    padding: 15px;
  }
  .inner .cw-payment .right {
    max-width: 100%;
    min-height: auto;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
  .inner .cw-payment .right .wrapper {
    max-width: 400px;
  }
  .inner .cw-payment .right .logo {
    margin-bottom: 20px;
  }
  .inner .cw-payment .right .logo img {
    width: 100px;
    height: 100px;
  }
  .inner .cw-payment .right .logo h1 {
    font-size: 1.25em;
  }
  .inner .cw-payment .right .form-fields .btn-lg {
    height: 30px;
  }
  /*TABS
--------------------------------------------------*/
  .tabs .tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs .tab-menu .item {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .tabs .tab-menu .item:last-child {
    border-bottom: 0;
  }
}

.right .wrapper .logo h1, .right .wrapper .logo h6, .right .wrapper .logo,.right .wrapper form p {
  color: #000;

}


.alert-danger {
  background-color: #fb483a !important;
}
.alert-success {
  background-color: #2b982b; 
}
.alert-dismissible .close {
  color: #fff !important;
  opacity: 1 !important;
  border: none !important;
  text-shadow: none !important;
  padding: .75rem 2.25rem !important;
  position: relative !important;
  top: -2px !important;
  right: -21px !important;
}
.alert-dismissible {
  padding-right: 35px !important;
}
.close {
  float: right !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-shadow: 0 1px 0 #fff !important;
  background: transparent !important;
  font-size: 25px !important;
}
.alert {
  color: #fff !important;
  padding: 15px !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

.kiosk-menu {
  width: 100%;
  background: #11234b;
  padding: 20px;
  justify-content: center;
  position: fixed; left: 0; bottom: 0;
  z-index: 9999;
}

.btn-kiosk-home {
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background: #e89e41;
  border: 1px solid #e89e41;
  padding: 5px 35px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}

.btn-kiosk-home:hover {
  color: #ffffff;
}

.btn-kiosk-home:focus {
  outline: none;
}
.field-icon {
  position: absolute;
  right: 25px; 
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #555;
}
.cw-payment .left .wrapper .login-option {
padding: 50px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.cw-payment .left .wrapper .login-option .item {
font-size: 10px;
text-align: center;
text-transform: uppercase;
color: #999999;
margin: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.cw-payment .left .wrapper .login-option .item span {
display: block;
margin-bottom: 5px;
cursor: pointer;
}

.right {
  z-index: 9;

@media (device-width: 100vw) and (device-height: 100vh) {
  body {
      padding-bottom: 90px;
  }
  
  .kiosk-menu {
      display: flex !important;
  }
}


@media (display-mode: fullscreen) {
  body {
      padding-bottom: 90px;
  }
  
  .kiosk-menu {
      display: flex !important;
  }
}
@media (display-mode: standalone) {
  body {
      padding-bottom: 90px;
  }
  
  .kiosk-menu {
      display: flex !important;
  }
}






/*MOBILE LANDSCAPE
--------------------------------------------------*/
/*MOBILE PORTRAIT
--------------------------------------------------*/

/*# sourceMappingURL=style.css.map */