body html {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #F3F3F4;
}

.Nav-Line {
    height: 110%;
    left: 65%;
    position: absolute;
    z-index: 9999998;
    top: -8%;
}

.small-filter-btn{
    height:20px;
}

.admin-dropdown {
    height: 34px;
    border: solid;
    border-radius: 15px;
    border-color: #53ade2;
    padding-left: 10px;
    background-color: #e9e9ff;
    color: #0033a1;
}
    .admin-dropdown:active {
        border-radius: 15px;
    }

.admin-searchbox {
    min-width: 70%;
    border-radius: 5px;
    border-color: #F3F3F4;
    color: #0033A1;
}

.admin-searchbutton {
    height: 31px;
    width: 102px;
    padding-top: 5.5px;
    border-radius: 5px;
}
.grey-heading {
    font-size: 44px;
    font-weight: 900;
    color: #b7b6b6;
}
.grey-parag {
    color: #8c8a8a;
}

.socialmedia-circle {
    border: 3px solid #53ade2 !important;
    border-radius: 100%;
    padding-left: 19px;
    width: 68px;
    padding-right: 19px;
    padding-top: 17px;
    padding-bottom: 15px;
    background-color: aliceblue;
    margin-left: 10px;
    margin-right: 10px;
}

    .socialmedia-circle:hover {
        background-color: white !important;
    }

.center-socials {
    align-items: center;
    justify-content: center;
}
.p-howitworks {
    font-size: large;
}

.digifyme-large {
    font-size: 50px !important;
}

.btn-about {
    background-color: transparent !important;
    border: solid !important;
    color: #F3F3F4;
    border-color: white !important;
    border-radius: 10px !important;
    width: 50%;
    left: 25%;
    position: relative;
}

    .btn-about:hover {
        background-color: #53ade2 !important;
        color: white;
    }

.link-item.active {
    border-bottom: solid !important;
    /*border-bottom: 4px !important;*/
    border-bottom-color: #53ade2 !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.nav-link-curvebottom {
    border-radius: 0px 0px 13px 0px !important;
    -moz-border-radius: 0px 0px 13px 0px !important;
    -webkit-border-radius: 0px 0px 13px 0px !important;
    width: 100%;
}

.nav-link-curvebottomMost {
    border-radius: 0px 0px 105px 0px !important;
    -moz-border-radius: 0px 0px 105px 0px !important;
    -webkit-border-radius: 0px 0px 105px 0px !important;
    width: 99%;
}

.nav-curve {
    border-radius: 0px 0px 105px 0px;
    -moz-border-radius: 0px 0px 105px 0px;
    -webkit-border-radius: 0px 0px 105px 0px;
    border: 0px solid #000000;
}

.footer-curve {
    border-radius: 0px 105px 0px 0px;
    -moz-border-radius: 0px 105px 0px 0px;
    -webkit-border-radius: 0px 105px 0px 0px;
    border: 0px solid #000000;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-nav li.active {
    border: 4px;
    border-style: solid;
    border-color: #53ade2;
    border-radius: 10px;
}

.jumbotron {
    background-color: white !important;
}

.btn .btn-nav {
    height: 100% !important;
}

    .nav-link:hover {
        color: #0089FF !important;
    }

table.dataTable thead th {
    vertical-align: bottom;
}

.viewMore-button {
    width: 159px;
    padding-top: 5px;
    height: 28px;
    margin-top: -39px;
    left: 36%;
    position: relative;
    z-index: 3;
}

.viewMore-text {
    margin-top: -28px;
    min-height: 156px !important;
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f3f3f3;
    border-radius: 9px;
    color: #53ade2;
    z-index: -1;
}

.background-grey {
    background-color: #f3f3f3;
}

.help-box-header {
    padding-bottom: 10px;
    font-size: 15px;
    color: #53ade2;
}

.jumbo-box {
    min-height: 226px;
}

.jumbo-box-negativeMargin-top {
    margin-bottom: -50px !important;
}

.jumbo-box-negativeMargin-bottom {
    margin-top: -50px;
}

.help-combobox-shaddow {
    box-shadow: 1px -7px 36px -8px rgba(24, 100, 119, 0.75);
}

.combo-box-header {
    color: #53ade2;
}

.jb-top-left {
    border-radius: 0px 0px 0px 0px;
}

.jb-top-right {
    border-radius: 0px 0px 0px 0px;
}

.jb-bot-left {
    border-radius: 0px 0px 0px 0px;
}

.jb-bot-right {
    border-radius: 0px 0px 0px 0px;
}


.card-help-box {
    padding-top: 27px !important;
    height: 300px;
    width: 341px;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 2;
}

.card-help-img {
    height: 80%;
    width: 100%;
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
}

.child-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.no-gutter {
    margin-right: -10%;
    margin-left: -10%;
}

.flowing-helpBlock {
    margin-top: -6rem;
    padding-top: 78px !important;
}

.image-contained {
    width: 100%;
}

.textarea-height {
    min-height: 93px !important;
}

.round-card {
    border-radius: 25px;
}

thead tr {
    background-color: #53ade2 !important;
    color: white !important;
}

.nav-shadow {
    -webkit-box-shadow: 1px 9px 29px -10px rgba(255,161,79,1);
    -moz-box-shadow: 1px 9px 29px -10px rgba(255,161,79,1);
    box-shadow: 1px 9px 29px -10px rgba(255,161,79,1);
}


.dataTables_length label select {
    height: 40px !important;
}

.dataTables_info {
    color: #f58634 !important;
}

li.font-secondary a {
    color: #f58634 !important;
}

.primary-text-color {
    color: #53ade2  !important
}

.btn-primary {
    color: #fff;
    background-color: #53ade2;
    border-radius: 0.65rem;
    /* border-color: #0089FF; */
}

    .btn-primary:hover {
        color: #53ade2;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #f58634;
        border-color: #0033A1;
    }

#DocumentTable_wrapper .row {
    padding-bottom: 15px !important;
}

.Furgus-font {
    font-family: 'Fugaz One', cursive;
}

.img-fit {
    width: 100%;
    border-radius: 1.25rem;
    height: 100%;
}

.font-primary {
    color: #14213d !important;
}


.link-item {
    border-bottom: none !important;
}

link-item.active {
    border: solid !important;
    border: 4px !important;
}

.form-control {
    display: block;
    padding-top: 1rem;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #14213d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #53ade2;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 40px;
    font-size: 15px;
}

.control-label {
    color: #f58634;
}

.font-secondary {
    color: #f58634;
}

#standardBankHead {
    height: 100% !important;
}

.header-font {
    font-size: 2.2rem;
    padding-bottom: 20px;
}

.box-shadow {
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
}

.fa-styled {
    color: #53ade2 !important;
}

a .fa-styled:hover {
    color: #f58634 !important;
}

.rounded-corners {
    border-radius: 1.25rem;
}

.fa-cards {
    font-size: 8em !important;
}

.vertically-aligned {
    display: table-cell;
    vertical-align: middle
}

.alert-info {
    border-radius: 1.25rem;
}

.singed-in {
    padding-right: 20px;
    z-index: 6;
    top: 0%;
    position: absolute;
    right: 2%;
}

.nav-pos {
    position: initial;
    position: static;
}

@media (min-width: 720px) {
    .login-lock {
        left: 44% !important;
    }
}

@media (min-width: 992px) {

    .link-item.active {
        border-bottom: solid !important;
        /*border-bottom: 4px !important;*/
        border-bottom-color: #53ade2 !important;
    }

    .nav-item.link-item {
        border-radius: 10px !important;
    }

    .nav-link-curvebottomMost {
        border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        width: inherit !important;
    }

    .nav-link.btn-nav {
        border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        width: inherit !important;
    }

    .jb-top-left {
        border-radius: 35px 0px 0px 0px;
        border-top-color: #53ade2;
        border-left-color: #53ade2;
        border-top-style: solid;
        border-left-width: thick;
        border-top-width: thick;
    }

    .jb-top-right {
        border-radius: 0px 35px 0px 0px;
        border-top-color: #53ade2;
        border-right-color: #53ade2;
        border-top-style: solid;
        border-top-width: thick;
        border-right-width: thick;
    }

    .jb-bot-left {
        border-radius: 0px 0px 0px 35px;
        border-bottom-color: #53ade2;
        border-left-color: #53ade2;
        border-bottom-style: solid;
        border-left-width: thick;
        border-bottom-width: thick;
    }


    .jb-bot-right {
        border-radius: 0px 0px 35px 0px;
        border-bottom-color: #53ade2;
        border-right-color: #53ade2;
        border-bottom-style: solid;
        border-bottom-width: thick;
        border-right-width: thick;
    }

    .jumbo-box-negativeMargin-top {
        margin-bottom: 0px !important;
    }

    .login-lock {
        top: 35px !important;
        /* margin-top: -35px!important; */
        left: 5px !important;
        position: relative !important;
    }

    .lock-margin {
        margin-top: -16px;
    }

    .singed-in {
        position: initial;
        position: static;
    }

    .howitworks-text {
        font-size: small;
        line-height: normal;
    }

    .login-alignment {
        margin-bottom: -4px;
    }

    .nav-link.btn-nav {
        /*height: 64px;*/
        height: 100%;
    }

    .nav-pos {
        position: relative;
        left: 15px;
        /*top: 19px;*/
    }
    .nav-iconPos {
        padding-left: 10% !important;
    }
    
    .lg-max-width {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .nav-iconPos {
        padding-left: 15% !important;
    }
}

.body-height {
    min-height: 400px;
}

.footer-text {
    position: relative;
    top: 24%;
}

.help-banner-text {
    font-size: 250%;
    top: 20%;
    position: relative;
}

.help-banner {
    position: relative;
    width: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(51, 97, 140, 0.2), rgba(43, 16, 0, 0.73)), url(images/digifymeBanner.jpg);
    color: #fff;
    text-align: center;
}


table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 13px !important;
    content: "\2191";
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
    /*position: absolute !important;*/
    display: inline-block;
}

.navbar-collapse-drop {
    background-color: rgb(0, 51, 161) !important;
    padding-left: 20px;
    z-index: 5 !important;
}

/* Set width on the form input elements since they're 100% wide by default */
/*This is now handled by bootstrap*/

/*input,
select,
textarea {
    max-width: 280px;
}*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.pdfViewModel {
    min-height: 50vh;
    min-width: 100% !important;
}

#pdfbox body {
    height: 440px;
    width: 100%;
}

#OtherTabTable thead th {
    vertical-align: top;
}

.login-lock {
    color: #f58634 !important;
}

.login-lock {
    position: absolute;
    top: 68%;
    left: 40%;
}

@media (max-width: 576px) {

    #OtherTabTable {
        font-size: x-small;
        margin-bottom: 0px;
    }

    .ViewPDF {
        font-size: 0.5rem;
        height: 100%;
    }

    #OtherTabTable thead {
        padding-top: 0px;
        padding: 0px;
        text-align: center;
    }

    #OtherTabTable .table-bordered thead th, .table-bordered thead td {
        max-height: 30px !important;
    }

    #OtherTabTable th, #OtherTabTable td {
        padding: 0.25% !important;
    }

    #OtherTabTable .switch {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 30px;
    }

    #OtherTabTable .slider:before {
        height: 80%;
        width: 26%;
        left: 7px;
        bottom: 3px;
    }

    #OtherTabTable .slider:after {
        font-size: 85%;
        text-align: left !important;
        line-height: 30px;
        width: 100%;
        height: 30px;
    }
}

@media (min-width:576px) and (max-width: 720px) {

    #OtherTabTable {
        font-size: small;
        margin-bottom: 0px;
    }

    .ViewPDF {
        font-size: 95%;
        height: 36px;
    }

    #OtherTabTable .switch {
        position: relative;
        display: inline-block;
        width: 78px;
        height: 30px;
    }

    #OtherTabTable .slider:before {
        height: 80%;
        width: 26%;
        left: -6px;
        bottom: 3px;
    }

    #OtherTabTable .slider:after {
        font-size: 11px;
        text-align: left !important;
        line-height: 30px;
        width: 78px;
        height: 34px;
    }
}

@media (min-width:720px) and (max-width: 960px) {

    #OtherTabTable {
        font-size: small;
        margin-bottom: 0px;
    }

    .ViewPDF {
        font-size: 95%;
        height: 43px;
    }

    #OtherTabTable .switch {
        position: relative;
        display: inline-block;
        width: 83px;
        height: 30px;
    }

    #OtherTabTable .slider:before {
        height: 80%;
        width: 26%;
        left: -6px;
        bottom: 3px;
    }

    #OtherTabTable .slider:after {
        font-size: 85%;
        text-align: left !important;
        line-height: 30px;
        width: 83px;
        height: 34px;
    }
}



.help-inline {
    color: red;
}

#pdfbox {
    width: 100%;
    height: 450px;
    border: 5px solid #ccc;
}


#pdfbox_large {
    width: 100%;
    height: 600px;
    border: 5px solid #ccc;
}

/*** 
	 Switches for Bootstrap 4 
    https://bootsnipp.com/snippets/v7x77
***/

.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 35px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        z-index: 2;
        content: "";
        height: 32px;
        width: 32px;
        left: 1px;
        bottom: 1px;
        background-color: #fff; /*slider round burron color*/
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        -webkit-transition: .4s;
        transition: all 0.4s ease-in-out;
    }

    .slider:after {
        position: absolute;
        left: 0;
        z-index: 1;
        content: "YES";
        font-size: 15px;
        text-align: left !important;
        line-height: 30px;
        padding-left: 0px;
        width: 100px;
        color: #fff;
        height: 34px;
        border-radius: 60px;
        background-color: #0033a1; /*the yes slider color part*/
        -webkit-transform: translateX(-82px);
        -ms-transform: translateX(-82px);
        transform: translateX(-82px);
        transition: all 0.4s ease-in-out;
    }

input:checked + .slider:after {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    /*width: 235px;*/
    padding-left: 10px;
}

input:checked + .slider:before {
    background-color: #fff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(63px);
    -ms-transform: translateX(63px);
    transform: translateX(63px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 60px;
    border: 1px solid lightgrey;
}

    .slider.round:before {
        border-radius: 50%;
    }

.absolute-no {
    position: absolute;
    left: 0;
    color: darkslategrey;
    text-align: right !important;
    font-size: 15px;
    width: calc(100% - 15px);
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.documentUpload {
    text-align: center;
    display: inherit;
    float: left;
}

.finilizeButton {
    text-align: center;
    display: inherit;
    float: right;
}

.pdfViewModel {
    min-height: 50vh;
    min-width: 70vh
}



/*Progress Bar - https://codepen.io/whqet/pen/EJgwb */
@-webkit-keyframes myanimation {
    from {
        left: 0%;
    }

    to {
        left: 50%;
    }
}

h1 {
    text-align: center;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
    font-size: 30px;
    padding: 20px 0;
    color: #777;
}

.checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
    position: relative;
}

ul.checkout-bar {
    margin: 0 20px;
}

    ul.checkout-bar li {
        color: #ccc;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 20px 14px 80px;
        position: relative;
    }

        ul.checkout-bar li:before {
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
            background: #ddd;
            border: 2px solid #fff;
            border-radius: 50%;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            left: 20px;
            line-height: 37px;
            height: 35px;
            position: absolute;
            text-align: center;
            text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
            top: 4px;
            width: 35px;
            z-index: 999;
        }



           

        ul.checkout-bar li.visited {
            background: #ececec;
            color: #57aed1;
            z-index: 1!important;
        }

            ul.checkout-bar li.visited:before {
                background: #57aed1;
                z-index: 3!important;
            }

        ul.checkout-bar li:nth-child(1):before {
            content: "1";
        }

        ul.checkout-bar li:nth-child(2):before {
            content: "2";
        }

        ul.checkout-bar li:nth-child(3):before {
            content: "3";
        }

        ul.checkout-bar li:nth-child(4):before {
            content: "4";
        }

        ul.checkout-bar li:nth-child(5):before {
            content: "5";
        }

        ul.checkout-bar li:nth-child(6):before {
            content: "6";
        }

    ul.checkout-bar a {
        color: #57aed1;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }



@media (max-width:992px) {
    .navbar-collapse {
        text-align: center !important;
        padding: initial !important;
    }
}

@media all and (min-width: 800px) {
    .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-color: #8bc53f;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -50px;
        z-index: 0;
    }

    .checkout-wrap {
        margin: 80px auto;
    }

    ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
        background-size: 35px 35px;
        background-color: #ececec;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        /*position: absolute;*/
        width: 100%;
    }

        ul.checkout-bar:before {
            background-size: 35px 35px;
            background-color: #57aed1;
            background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
            border-radius: 15px;
            content: " ";
            height: 15px;
            left: 0;
            position: absolute;
            width: 10%;
        }

        ul.checkout-bar li {
            display: inline-block;
            margin: 50px 0 0;
            padding: 0;
            text-align: center;
            width: 24%;
        }

            ul.checkout-bar li:before {
                height: 45px;
                left: 40%;
                line-height: 45px;
                position: absolute;
                top: -65px;
                width: 45px;
                z-index: 99;
            }



            ul.checkout-bar li.visited {
                background: none;
            }

                ul.checkout-bar li.visited:after {
                    background-size: 35px 35px;
                    background-color: #57aed1;
                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
                    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
                    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
                    content: "";
                    height: 15px;
                    left: 50%;
                    position: absolute;
                    top: -50px;
                    width: 100%;
                    z-index: 2;
                }

            ul.checkout-bar li.last:after {
                background-color: #8bc53f;
                height: 15px;
                left: 50%;
                border-radius: 15px;
                width: 63%;
            }
}

.validation-summary-errors {
    color: red;
}

.card-shadow {
    -webkit-box-shadow: 1px -7px 36px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -7px 36px -8px rgba(0,0,0,0.75);
    box-shadow: 1px -7px 36px -8px rgba(0,0,0,0.75);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before,
    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        top: 1.1em;
    }
}

.switch-accept-heading {
    position: relative;
    top: -13px;
}

.loader-spinner {
    position: absolute !important;
    top: 50%;
    left: 45%;
    z-index: 9999999;
}

.container-Datatable {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-Datatable {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-Datatable {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-Datatable {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-Datatable {
        max-width: 1140px;
    }
}

.custom-datepicker {
    border-color: #53ade2;
    border-radius: 6px;
}
::-webkit-datetime-edit-month-field {
    color: #53ade2;
}

::-webkit-datetime-edit-day-field {
    color: #53ade2;
}

::-webkit-datetime-edit-year-field {
    color: #53ade2;
}

.a-img-1 {
    background-image: url('images/About/privacy.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.a-img-2 {
    background-image: url('images/About/security.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.a-img-3 {
    background-image: url('images/About/external-link.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.a-img-4 {
    background-image: url('images/About/e-mail.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.a-img-5 {
    background-image: url('images/About/conditions.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    height: 45% !important;
}

.about-header {
    font-size: 35px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: "bentonsans-regular-webfont" !important;
}

.privacy-policy-text > p {
    font-size: 14px !important;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 15px;
    padding-right: 0px;
}


.privacy-policy-text > ul > li {
    font-size: 14px !important;
    line-height: normal;
    letter-spacing: normal;
}

.privacy-policy-text > h5 {
    font-size: 16px !important;
    line-height: normal;
    line-height: normal;
    letter-spacing: normal;
}

.modal-fit {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.CompleteSessionBtn {
    background-color:#0089FF !important;
}
/*
.navbar-row{
    width:100vw!important;
}
*/
.t1 {
    
    background: rgba(255, 255, 255, .4) url(https://i.ibb.co/x7SpXXZ/squares4.png) 12px 2px no-repeat;
    width: 170px;
    overflow: hidden;
}

    .t1 input {
        letter-spacing: 20px;
        font-family: "Courier New", Courier, monospace;
        font-size: 150%;
        font-weight: bold;
        height: 30px;
        padding-left: 20px;
        padding-right: 20px;
        width: 160px;
        border: 0;
        background-color: transparent;
        outline: 0;
        
    }
