@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;}

.container {
    width: 100%;
    max-width: 767px;
    background-color: #fff;
}
.Splash {
    height: 100vh;
    background-image: url("../images/splash_bg.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.Splash .splash_logo {
    width: 100%;
    margin: 36% auto;
    display: block;
    height: 45px;
    float: left;
}
.Splash .splash_logo img {
    width: 176px;
    margin: 0 auto;
    float: left;
    text-align: center;
    margin-left: calc(50% - 88px);
}
.Sign .title {
    color: #005BA8;
    font-size: 32px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 22px 0;
    margin: 0;
}
.Sign .form-signin {
    padding: 40px 30px;
}
.Sign h3 {
    color: #1C1939CC;
    font-size: 14px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
}
.Sign input {
background-color: #F7F7F7;
    border-radius: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    color: #2C2948;
    padding: 12px 20px;
}
.Sign input:focus{
    background-color: #E5F3FF;
    border: 1px solid #005BA8;
    box-shadow: none;
    color: #2C2948;  
    
}
a.forgot {
    font-size: 13px;
    text-align: right;
    display: block;
    text-decoration: none;
    color: #1C1939CC;
    margin-bottom: 30px;
}
.Sign .btn-primary {
    background-color: #005BA8;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 16px 20px;
}
.Sign  a.signin {
color: #1C1939CC;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    display: block;
    margin: 20px 0;
    text-decoration: none;
}
.Sign a.signin span {
    font-size: 16px;
    font-weight: 500;
}
.password_field {
    position: relative;
}
.password_field .input-group-btn button {
position: absolute;
    right: 8px;
    top: calc(50% - 5px);
    height: 10px;
    width: 15px;
    background-image: url(../images/eye.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.register h3 {
    margin-bottom: 30px;
}
.Sign .termstext {
    font-size: 12px;
    text-decoration: none;
    color: #1C1939CC;
    margin-bottom: 30px;
    line-height: 16px;
    float: right;
    width: calc(100% - 30px);
}
.Sign .with-phone{
background-color: #02335D;
    margin: 10px 0;
    }

.Sign input[type="checkbox"] {
    width: 23px;
    height: 22px;
    background-color: #005BA833;
    border: 1px solid #005BA8;
        margin-bottom: 0px;
    margin-top: 4px;
}
.wrap {
  width: 500px;
  margin: auto;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 #c9ced1;
  padding: 1.25rem;
}

.iti {
  width: 100%;
}
.Sign.mobile_number h3 {
    margin-bottom: 60px;
}
.Sign.mobile_number .form-signin {
    padding: 70px 30px;
}
.Sign.mobile_number input.form-control.tel {
    background-color: #fff;
    border: none;
    box-shadow: 0px 6px 6px #00000029;
        font-size: 14px;
    font-weight: 500;
}
.Sign.mobile_number .iti--separate-dial-code {
    margin-bottom: 97px;
}
.Sign.mobile_number .iti--separate-dial-code .iti__selected-flag{
    background-color: #fff;
        font-size: 14px;
    font-weight: 500;
}
.iti-mobile .iti--container li span {
    font-size: 14px;
}
.iti-mobile .iti--container {
    width: 87%;
}


#wrapper #dialog #form {
  max-width: 240px;
  margin: 25px auto 0;
}
#wrapper #dialog #form input {
  margin: 0 5px;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 20%;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

.Sign #form input {
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 18px;
    padding: 5px;
    width: 23%;
    float: left;
    border: none;
    margin: 42px 1%;
    border-bottom: 2px solid #1C1939;
    color: #1C1939;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
}
.Sign #form input:focus {
border-bottom: 2px solid #005BA8;
    border-radius: 0;
    color: #005BA8;
    box-shadow: none;
    outline: none;
}
.Sign #form input::-moz-selection {
border-bottom: 2px solid #005BA8;
    border-radius: 0;
    color: #005BA8;
    box-shadow: none;
}
.Sign #form input::selection {
  border-bottom: 2px solid #005BA8;
    border-radius: 0;
    color: #005BA8;
    box-shadow: none;
}
p.code_recevied {
    color: #1C1939CC;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    display: block;
    margin: 20px 0 8px;
    text-decoration: none;
}
.Sign .btn-primary.resend {
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    color: #045ba8;
    font-weight: 500;
    padding: 4px 4px;
    border: none;
    text-decoration: underline;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.payment {
    padding-top: 20px;
}
.payments_header h3 {
    color: #12121D;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    display: block;
    margin: 20px 0;
    text-decoration: none;
    position: relative;
}
.payments_header h3 a {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
}
.addedcard {
    background-color: #fff;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
    padding: 30px;
        float: left;
    width: 100%;
        margin-bottom: 25px;
}
p.adddatainfo {
    color: #1C1939CC;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400;
}
.card_details {
    float: left;
    width: 100%;
}
.card_details .details {
    float: left;
    width: 50%;
    margin-top: 10px;
}
.Sign main.form-signin.card_details {
    padding: 20px 0px;
}
.add_card .modal-body {
    padding: 10px 35px;
}
.card_details .details span {
    font-size: 11px;
    color: #12121D4D;
    font-weight: 400;
    display: block;
}
.card_details .details p.name {
    font-size: 12px;
    color: #12121D99;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}
.card_details .details p.date {
    font-size: 12px;
    color: #12121D99;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
}
.payments_main {
    padding: 12px 17px;
}
.payments_header {
    padding: 0 15px;
}
p.card_number {
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 0;
    color: #12121D;
}
.newcard {
    background-color: #F2F2F3;
    border: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
    padding: 30px;
    float: left;
    width: 100%;
    text-align: center;
}
.newcard .addnew p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
    color: #12121D;
}
.newcard .addnew a {
    text-decoration: none;
    float: left;
    margin: 0 auto;
    width: 100%;
    padding: 44px 5px;
}
.container.header {
    background-color: #005BA8;
    border-radius: 0 0 30px 30px;
    padding: 25px 50px;
}
.header img.white_logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.header ul.main_menu {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.header ul.main_menu li {
    float: left;
    width: calc(100% / 3);
    padding: 0 10px;
    box-sizing: border-box;
}
.header ul.main_menu li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.header ul.main_menu li a span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.header ul.main_menu li span.image {
    background-color: #004988;
    border-radius: 19px;
    padding: 16px 7px;
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto;
}
.header ul.main_menu li a.active span.image{
    background-color: #006BC5;
}
.home_list {
    padding: 20px;
}
.home_list .list {
    background-color: #fff;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
    padding: 30px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.home_list .list h2 {
    color: #12121D;
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0;
}
.home_list .list ul {
    list-style-type: none;
    padding: 0;
        margin-bottom: 0;
}
.home_list .list ul li {
    display: block;
    font-size: 12px;
    color: #12121D;
    font-weight: 400;
    margin: 2px 0;
}
.home_list .list ul li span {
    margin-right: 7px;
}
.btn-primary.open_tab {
    background-color: #005BA8;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 16px 20px;
    margin-top: 100px;
}
.home_list .list.open {
    padding: 40px 30px;
}
.home_list .list.open h2 {
    margin-top: 25px;
}
body.confirmation {
    background-color: #005BA8;
}
body.confirmation .container {
    background-color: #045ba8;
}
main.confirm img {
    display: block;
    margin: 0 auto;
    margin-top: 90px;
}
main.confirm h3 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 400;
}
main.confirm p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
main.confirm p span{
    font-size: 15px;
    font-weight: 500;
}
.home_list .list.tab h2 {
    color: #12121D;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    padding: 0 30px;
}
table.table thead th {
    font-size: 12px;
    color: #12121D;
    font-weight: 400;
    border-bottom: 1px dashed #E0E4EB;
    padding: 8px 33px;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px dashed #E0E4EB;
}
.table > tbody td {
    border-bottom: none;
    font-size: 12px;
    color: #12121D;
    font-weight: 400;
    padding: 8px 33px;
}
.home_list .list.tab {
    padding: 30px 15px;
}
.table > tbody tr.total td{
    font-weight: 600;
}
.btn-primary.close_out {
    background-color: #005BA8;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 16px 20px;
}
.home_list .list.tab table.table {
    position: relative;
}
.home_list .list.tab table.table:after{
  position: absolute;
    right: -25px;
    top: 23px;
    content: "";
    width: 23px;
    height: 26px;
    background-color: #fff;
    background-image: url(../images/after.svg);
}
.home_list .list.tab table.table:before{
  position: absolute;
    left: -25px;
    top: 23px;
    content: "";
    width: 23px;
    height: 26px;
    background-color: #fff;
    background-image: url(../images/before.svg);
}




.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
        overflow-y: scroll;
}

.modal.is-visible {
    visibility: visible;
    display: block;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 50px;
    left: 0px;
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    border-radius: 25px 25px 0 0;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header{
padding: 14px;
    border-bottom: 0;
    display: block;
    position: relative;
}
.modal-content {
    padding: 0;
    border: none;
}

.modal-header h2{
position: relative;
    background-color: transparent;
    box-shadow: none;
    border-bottom: none;
    color: #12121D;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 22px;
    margin-top: 8px;
}

.modal-close {
  position: absolute;
  top: 4px;
  left: 23px;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}





@media screen and (min-width: 600px) {
body {
  background-color: #E5F3FF; }

.container {
    min-height: 100vh;
}
.header, .inner {
    min-height: auto;
}
}


