@import url(../css/fonts.css);

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;

}

h1 {
    color: #000000;
    font-weight: 400;
    font-size: 40px;
}

p {
    line-height: 1.5;
    margin: 0;
    margin-bottom: 20px;
}

h2 {
    color: #E40613;
    font-weight: 400;
    margin: 0 0 20px;
    font-size: 35px;
}

@keyframes spinner {
    to {
      transform: rotate(360deg);
    }
  }

.btn-loader::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    vertical-align: text-bottom;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner .75s linear infinite;
    margin-right: 10px;
}


@keyframes spinner-border {
    to {
      transform: rotate(360deg);
    }
  }

.loaderWrapper {
    background: rgba(255, 255, 255, 0.93);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
.loaderWrapper p {
    color: #E40613;
    margin: 0;
    text-align: center;
}
.loaderWrapper .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loaderWrapper .loader span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 4px solid #E40613;
    vertical-align: text-bottom;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

/*
======================
Loader css
====================

*/

@keyframes a-lb {
    0% {
        transform: translateX(-200px)
    }

   

    15% {
        transform: translateX(-30px)
    }

   

    30% {
        transform: translateX(-20px)
    }

   

    50% {
        transform: translateX(-15px)
    }


    75% {
        transform: translateX(-5px)
    }

   

    100% {
        transform: translateX(-0px)
    }
}

@keyframes a-s {
    100% {
        opacity: 1
    }

}

@keyframes fade {
  1% {
    opacity: 0;
 
   }
  25% {
   opacity: 0.3;

  }

  50% {
   
    opacity: 0.5;
  }
  75% {
   
    opacity: 0.7;
  }
  100% {
   
    opacity: 1;
  }
}

 .initialLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #fff;
  display: block;
}
.initialLoader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.initialLoader .animate {
  text-align: center;
  transition-delay: 0.1s; 
  
  }

.initialLoader .animate span {
  display: inline-block;
  opacity: 0;
  -webkit-animation: fade 1s forwards;
  animation: fade 1s forwards;
  color: #ED1C24;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 30px;
}
.initialLoader .loader #nlpt{
  -webkit-animation: a-s 0.5s 0.6s 1 forwards;
  animation: a-s 0.5s 0.6s 1 forwards;
  background-color: #dadada;
  height: 4px;
  margin: 20px auto 20px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 200px;
}
.initialLoader .loader #nlpt:before {
  -webkit-animation: a-lb 20s 1s linear forwards;
  animation: a-lb 20s 1s linear forwards;
  background-color: #ED1C24;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-200px);
  width: 100%;
}
@media (max-width:767px){
    .initialLoader .animate span {
        font-size: 28px;
    }
}


/*
==============
*/
body {
    font-family: "tondo_corpregular";
    font-weight: 400;
    margin: 0 0;
    padding: 0;
    position: relative;
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #E40613;
    text-decoration: none;
}

*:focus {
    outline: none;
}

.grey-bg {
    background: #f3f6fc;
}

.c_btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #EF1C24;
    min-height: 45px;
    border: none;
    cursor: pointer;
    min-width: 160px;
    padding: 0 20px;


}

button[disabled] {
    opacity: .5 !important;
    cursor: not-allowed !important;
}

.c_btn img {
    margin: 0 0 0 15px;
    width: 28px;
}

.container {
    max-width: calc(100% - 100px);
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

.header {
    padding: 20px 0;
    border-bottom: solid 1px #bfbfbf;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {

    width: 150px;

}

.header-nav li a img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-left: 4px;
}

.xs-menu {
    display: none;
}

.welcomePage {
    display: flex;
    justify-content: space-between;
    min-height: calc(100vh - 85px);
}

.welcomePage .left {
    display: flex;
    padding: 100px 0 0 70px;

    background: #A20200;
    width: 50%;
}

.welcomePage .leftInner {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.welcomePage .leftInner .uploadIMG img {
    float: right;

}

.welcomePage .left .caption_text {
    max-width: 55%;
    text-align: left;
    top: 50px;
    position: relative;
}

.welcomePage .left .caption_text h2 {
    font-size: 57px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;

}

.welcomePage .left .caption_text p {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    font-weight: 100;
    margin: 0;
}

.welcomePage .leftInner .uploadIMG img {
    float: right;
    display: block;
 
}
@media (min-width:992px) {
    .welcomePage .leftInner .uploadIMG img {
        max-width: 550px;
    }
}

.welcomePage .right {
    padding: 130px 0 0 115px;
    background: #fff;
    width: 50%;
}

.welcomePage .rightInner {
    max-width: 578px;
}

.welcomePage .rightInner h2 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 40px;
}

.welcomePage .rightInner .top-head {
    font-size: 18px;
    margin-bottom: 30px;
}

.otpWrap .formGroup {
    max-width: 300px;
    position: relative;
    margin-bottom: 30px;
}

.formGroup {
    position: relative;

}

.formControl {
    background: #fff;
    color: #959595;
    height: 45px;
    padding: 5px 10px;
    border: none;
    width: 100%;
    font-family: "tondo_corpregular";
    border-radius: 6px;
    font-size: 16px;
}

input::placeholder {
    opacity: 1;
    color: #959595 !important; 
}

.formGroup .inputText {
    background: #F8F8F8;
    border: solid 1px #C4C4C4;
    border-radius: 3px;
    padding: 0 5px;
    margin-bottom: 30px;
    max-width: 381px;
    position: relative;

}

.formGroup .inputText input {
    width: 92%;
    border: none;
    background: none;
    height: 45px;
    padding: 0;
    padding-top: 17px;
    padding-left: 6px;
    font-weight: 400;
    color: #0A0A0A;

}

.formGroup label {
    position: absolute;
    top: 14px;
    left: 12px;
    cursor: text;
  
    transition: 0.5s;
    font-size: 16px;
    color: #9A9A9A;


}

.formGroup .inputText.focus label {
    top: 7px;
    font-size: 12px;
}

.formGroup .close {
    position: absolute;
    right: 9px;
    top: 15px;
    cursor: pointer;
}

.welcomePage .rightInner .otpWrap {
    max-width: 478px;
    position: relative;
}
.welcomePage .rightInner .otpWrap p {
    font-size: 14px;
}

.welcomePage .rightInner .otpWrap .otpBx {
    display: flex;
    position: relative;
    margin-bottom: 12px;
}
.otpWrap #otp-input {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
}
.welcomePage .rightInner .otpWrap .col {
    margin-right: 10px;
    border: none;
    background: #F8F8F8;
    width: 55px;
    height: 52px;
    padding: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    border: solid 1px #C4C4C4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  
   
}

.welcomePage .rightInner .otpWrap .otpBx input:focus {
    border-color: #000;
}



.welcomePage .rightInner .verifyWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 378px;
}

.welcomePage .rightInner .verifyWrap p {
    margin-left: 20px;
    margin-bottom: 0;
    color: #EF1C24;
    font-size: 14px;

}
.bottomText{
    padding: 0px;
    margin-top: 50px;
    max-width: 541px;
}


.bottomText p {
    color: #0A0A0A;
    font-size: 16px;


}

.bottomText h3 {
    color: #EF1C24;
    font-size: 18px;
}

.hidden{
    display: none;
}

button.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.disabled input {
    pointer-events: none;
}

.disabled .close {
    display: none;
}

.pointer{
    cursor: pointer;
}
.welcomePage .rightInner p.otp-sent {
    font-size: 18px;
    margin-bottom: 30px;
}

/*
Document type 
============================
*/

.document {
    display: flex;
    justify-content: space-between;
    min-height: calc(100vh - 85px);
}

.document .document_left {
    padding: 150px 0 0 0;
    background: #A20200;
    width: 20%;
}

.document .document_left ul li {
    margin-bottom: 10px;
}

.document .document_left ul li a {
    background: #fff;
    color: #A20200;
    font-size: 22px;
    text-align: left;
    padding: 27px 0 27px 70px;
    display: block;


}

.document .document_right {
    padding: 50px;
    background: #F8F8F8;
    width: 80%;
}

.document_card {
    background: #fff;
    box-shadow: 0 6px 12px #0000001C;
    border-radius: 4px;
    padding: 30px;
    max-width: 860px;
    margin-bottom: 30px;

}

.document_card h4 {
    color: #000;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 400;

}

.card-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;


}

.card-row .card-col {
    width: 50%;
    padding: 0 15px;

}
.card-row .card-col p {
    font-size: 10px;
    opacity: 0.9;
    margin: 4px 0 0;
}

.document_card .formGroup .formControl {
    border: solid 1px #575757;
    color: #9A9A9A;
    background: #ffff;
}

.document_card .formGroup .inputText {
    background: #fff;

    border-radius: 6px;
    margin: 0;
}

.document_card .formGroup .inputText.focus {
    border: solid 1px #575757;
}

.document_card .formGroup .inputText input {
    color: #000000;
    background: #ffff;
    border: none;
}
.document_card .formGroup .inputText input.national-id {
    color: #9A9A9A;
    padding-top: 0;

}

.formGroup.upload button.c_btn {
    position: absolute;
    right: 8px;
    top: 7px;
    min-height: 32px;
    min-width: 100px;
    font-size: 12px;
}

.document_card .formGroup.upload .formControl {
    padding-right: 111px;
}

.document_card .formGroup.upload .close {
    right: -36px;
    top: 8px;
}

input[type="file"] {
    display: none;
}

.upload label {
    border: 1px solid #9A9A9A;
    border-radius: 6px;
    padding: 8px 10px;
    position: static;
    display: flex;
    opacity: 1;
    justify-content: space-between;
    width: 100%;
}

.upload label span {
    color: #9A9A9A;
    line-height: 32px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    white-space: nowrap;
}

.upload label div {
    font-size: 12px;
    min-width: 100px;
    min-height: 32px;
}

.btnWrap {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btnWrap button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 16px;
}

.btnWrap button.text-red {
    color: #ef1c24;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.checkbox {
    position: relative;
    padding-left: 30px;

    font-size: 14px;

}

.checkbox input {
    display: none;
}

.checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border: solid 1px #ccc;
    cursor: pointer;
    background: none;
}

.checkbox input:checked+label:after {
    background: url(../images/checkbox.svg) no-repeat;
    background-position: center center;
    border-color: transparent;
}

.card-footer-right .btnWrap .c_btn {
    background: #ef1c24;
    min-width: auto;
    min-height: 33px;
    font-size: 15px;
    padding: 0 25px;
    margin-left: 17px;
}

.thankyou {
    text-align: center;
    padding: 20px 20px 55px;

}

.thankyou img {
    margin-bottom: 20px;

}

.thankyou h4 {
    font-size: 20px;
    margin-bottom: 20px;

}

.thankyou p {
    margin-bottom: 126px;
    font-weight: 300;
}

.thankyou p strong {
    display: block;
}

.thankyou a {
    text-transform: uppercase;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 1180px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    min-height: 812px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content .mainImg {
    max-width: 664px;
}

/* The Close Button */
.modal-content .close {
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
}

.modal-content .close img {
    width: 30px;
}

.hidden{
    display: none;
}




#snackbar {
    visibility: hidden; 
    min-width: 350px;
    background-color: #000000c2;
    color: #fff;
    text-align: center;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 10px;
    z-index: 1;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    transform: translateX(100%);
    opacity: 0;
  }
  
  #snackbar.show {
    visibility: visible; 
    opacity: 1;
    transform: translateX(0%);
  }
  #snackbar.error {
      background: #ff0000d9;
  }
  #snackbar.success {
    background: #008000de;
}
  
 

  

@media (max-width:1366px) {
    .welcomePage .left .caption_text h2 {
        font-size: 44px;
    }

    .welcomePage .left .caption_text p {
        font-size: 22px;
    }

    .welcomePage .left .caption_text {
        top: 0;
    }

    .welcomePage .right {
        padding: 100px 0 0 55px;


    }



}

@media (max-width:767px) {

    .header .container {
        max-width: 100%;
    }
    .logo img {
        width: 129px;
    }

    .welcomePage {
        flex-wrap: wrap;
        min-height: auto;

    }

    .welcomePage .left,
    .welcomePage .right {
        width: 100%;
    }

    .welcomePage .left {
        padding: 15px 0 0 15px;
        background: #F6F6F6;
    }

    .welcomePage .leftInner {
        max-width: 650px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .welcomePage .left .caption_text {
        max-width: 50%;
        text-align: left;
        color: #000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: static;
    }

    .welcomePage .left .caption_text h2 {
        font-size: 18px;
        margin-bottom: 0;
        color: #000000;
        font-weight: 500;
    }

    .welcomePage .left .caption_text h2 span {
        color: #EF1C24;
    }

    .welcomePage .left .caption_text p {
        font-size: 12px;
        color: #000000;
        margin: 8px 0;
        font-weight: 400;
    }

    .welcomePage .leftInner .uploadIMG {
        text-align: right;
        display: flex;
        align-items: flex-end;
        width: 50%;
    }

    .welcomePage .rightInner h2 {
        font-size: 22px;
        text-align: center;
    }

    .welcomePage .rightInner p br {
        display: none;
    }

    .welcomePage .rightInner p {
        font-size: 15px;
        text-align: center;
    }

    .welcomePage .right {
        padding: 30px;
    }

    .welcomePage .rightInner .otpWrap .col {
        width: 40px;
        border-radius: 3px;
        height: 40px;
    }

    .welcomePage .rightInner .otpWrap p {
        text-align: left;
        font-size: 12px;
        margin-bottom: 30px;
    }

    .welcomePage .rightInner .verifyWrap p {
        font-size: 14px;
    }

    .otpWrap .formGroup {
        width: 100%;
        max-width: none;
        margin: 0 auto 20px;
    }

    .rightInner button.c_btn {
        width: 100%;
    }
    .welcomePage .rightInner {
        max-width: 378px;
        margin: auto;
    }

    .welcomePage .rightInner .otpWrap .otpBx {

        margin-bottom: 7px;
    }

    .verifyWrap {

        justify-content: center;
    }

    .rightInner .verifyWrap button.c_btn {
        width: 48%;
        min-width: auto;
    }

    .welcomePage .rightInner .bottomText {
        text-align: center;
    }

    .welcomePage .rightInner .bottomText p {
        font-size: 14px;
    }

    .document {
        min-height: auto;
        flex-wrap: wrap;
    }

    .document .document_left,
    .document .document_right {
        width: 100%;
        padding: 0;
        background: none;
    }

    .document .document_left {
        background: no-repeat;
    }

    .document .document_left ul li a {
        padding: 30px;
        color: #000;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
    }

    .document_card {
        padding: 0 15px;
        box-shadow: none;
    }
    .formGroup.upload button.c_btn {
        min-height: 28px;
        top: 9px;
        right: 10px;
    }
    .btnWrap button {
        text-transform: uppercase;
        font-size: 12px;
        padding-right: 0;
    }

    .card-row .card-col {
        width: 100%;
        margin-bottom: 12px;
    }

    .card-footer>div {
        width: 100%;
    }

    .card-footer {
        flex-wrap: wrap;
    }

    .document_card .formGroup.upload .close {
        display: none;
    }

    .card-row {
        margin-bottom: 10px;
    }

    .btnWrap {
        height: auto;
    }
    .document_card .formGroup .inputText {
        max-width: none;
    }

    .card-footer-right .btnWrap {
        flex-direction: column;
        margin-top: 20px;
    }
    .modal-content {
        max-width: 315px;
        min-height: 400px;
    }
    .modal-content .mainImg {
        max-width: 100%;
    }
    
    

    .card-footer-right .btnWrap button,
    .card-footer-right .btnWrap .c_btn {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 0 11px;
        min-height: 43px;
    }

    .card-footer-right .btnWrap {
        flex-direction: column;
        margin-top: 30px;
    }

    .card-footer-right .btnWrap button:first-child {
        order: 2;
    }

    .document_card h4 {

        font-size: 16px;
        margin: 0 0 9px;

    }
    .document_card .thankyou h4 {
        font-size: 22px;
    }
    .thankyou p strong {
        display: block;
        font-weight: 400;
        font-size: 12px;
    }
    .thankyou p {
        margin-bottom: 77px;
       
    }

}
.visibility{
    visibility: hidden;
}