/* LATO LIGHT 300 FONTS from font.google.com */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
/*Font for Credit card back sign*/
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
/* Fonts for Bill Receipt*/
/*@import url('https://fonts.googleapis.com/css2?family=Nixie+One&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');

:root {
    --primary-color: #4BACF0;
    --secondary-color: white;
    --dark-color: #20365C;
    --light-color: #f4f4f4;
}

/* BASIC STYLES FOR ENTIRE PAGE */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #047aed;
}

body {
    font-family: "Lato", sans-serif;
    color: #333;
    line-height: 1.6;
}

h1,
h2 {
    font-weight: 300;
    line-height: 1.2;
}

img {
    width: 100%;
}

p {
    margin: .8rem 0;
}

ul,
ol {
    margin-left: 2rem;
}

.error {
    color: red;
}

.fontWeight700{
    text-transform: uppercase;
    font-weight: 700;
}

/************************************************FORM STYLE***************************************/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


input[type=text],
input[type=password],
input[type=email],
input[type=tel],
#select-province select,
#select-country select,
#edit-country select,
#edit-province select{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=number],
.section_dropdown {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 14px 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: var(--dark-color);
}

/********************************************INDEX PAGE************************************************/
/********************************************INDEX PAGE************************************************/
/********************************************INDEX PAGE************************************************/
/***************************NAVIGATION BAR***************************/
.navbar-custom {
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    color: white;
}

.navbar-brand {
    color: white;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: .8rem 0;
}

.navbar-brand img {
    height: 6rem;
    width: auto;
}

.navbar ul li a {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: .5rem;
    margin: 0 .30px;
}

.navbar ul li a:hover {
    color: var(--primary-color);
    transition: .4s ease;
}

.navbar.solid,
.navbar.solid-toggle {
    background: linear-gradient(150deg, #fff 25%, #4399d2 70%, #0ca4ea 85%);

}


/***************************SHOWCASE***************************/
.cardsection .login--card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.card-header {
    font-size: 1.5rem;
}

.card-default .card-body input[type=submit],
.card-default a {
    margin-left: 1rem;
    width: auto;
}

.card-body .btn_continue {
    padding: .5rem 1rem;
}

.form {
    margin-top: 0;
}

.form-group {
    margin-bottom: 0;
}

.form-group label {
    margin-left: 1rem;
}

hr {
    margin-top: .8rem;
    color: rgba(0, 0, 0, 0.2);
}

.showcase {
    color: var(--secondary-color);
}

.showcase h1 {
    font-size: 2.5rem;
    font-weight: 400;
    opacity: 0;
    animation: fadeIn ease 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

.showcase p {
    margin: 1.25rem 0;
    font-size: 1.2rem;
    opacity: 0;
    animation: fadeIn ease 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.showcase .row {
    /* padding-top: 6.5rem; */
    margin-top: -33rem;
}

.showcase .card-default {
    max-width: 22rem;
    height: auto;
    overflow: visible;
    z-index: 999;
    background-color: white;
    margin-left: auto;
}


/***************************STATS***************************/
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.stats {
    position: relative;
    margin-top: 5rem;
}

.stats h3 {
    font-size: 3rem;
    padding-bottom: 5rem;
}

.stats img {
    height: 100%;
    width: 7rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 9rem;
}

.stats img:hover {
    transform: translateY(-15px);
    transition: transform 0.4s ease;
}

.stats .secondstat {
    display: grid;
    justify-items: right;
    margin: 2.5rem auto;
}

/***************************CLOUD***************************/
.cloud .grid {
    grid-template-columns: 4fr 3fr;
}

/***************************PAYMENTS***************************/
.payments .flex {
    flex-wrap: wrap;
}

.payments .card {
    text-align: center;
    margin: 1.125rem .62rem 2.5rem;
    transition: transform 0.2s ease-in;
}

.payments .card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.payments .card:hover {
    transform: translateY(-15px);
}

.profileCardDropdown{
    width: 380px;
}
/***************************FOOTER***************************/
.footer{
    background-color: #4c392e !important;
    height: 30vh;
}
.footersection {
    position: relative;
}

.footer .social a {
    margin: 0 10px;
}

.footer h1,
.footer p {
    color: white;
}

.footer ul {
    list-style-type: none;
}

/*****************************************************************ABOUT US PAGE*************************************************************************/
/*****************************************************************ABOUT US PAGE*************************************************************************/
/*****************************************************************ABOUT US PAGE*************************************************************************/
/*****************************************************************ABOUT US PAGE*************************************************************************/
.about_us {
    margin-top: 6rem;
    height: 30rem;
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    color: white;
    position: relative;
}

.about_us h1 {
    font-size: 2.5rem;
    font-weight: 400;
    padding-top: 4rem;
}

.about_us p {
    margin: 1.25rem 0;
    font-size: 1.2rem;
}

.approvedsection {
    max-width: 900px;
    margin: auto;
}

.approvedbox {
    position: relative;
    height: 12rem;
    width: 14rem;
    background: url("../images/aboutus/approved.png");
    transition: .5s;
}

.approvedbox .glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.001);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: .5s;
    overflow: hidden;
}


.approvedgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.approvedbox {
    align-self: center;
    margin: auto;
}

.businesses {
    grid-column: 7 / 10;
    align-self: center;
}

.cardone {
    position: relative;
    width: 900px;
    height: auto;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #61b15a, #adce74);
}

.cardtwo {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #f4abc4, #a20a0a);
}

.consumers:hover,
.businesses:hover {
    transform: translateY(-15px);
    transition: transform 0.2s ease;
}

.compare .card-default {
    max-width: 75rem;
    height: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.compare {
    display: grid;
    margin-top: 4rem;
    margin-bottom: 7rem;
    grid-template-columns: repeat(10, 1fr);

}

.consumers {
    grid-column: 2 / 5;
}

.contentcard {
    color: #fff;
    padding: 2rem 3rem 1rem 0;
}

.declinedsection {
    max-width: 900px;
    margin: auto;
}

.declinedbox {
    position: relative;
    height: 12rem;
    width: 12rem;
    background: url("../images/aboutus/rejected.png");
    transition: .5s;
}



.declinedbox .glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.001);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: .5s;
    overflow: hidden;
}


.declinedgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.declinedbox {
    align-self: center;
    margin: auto;
}

.googlemap {
    grid-row: 1 / 4;
    align-self: center;
    padding: 2rem;
}

.googlemap iframe {
    border-radius: 1.5rem;
}

.target,
.locationcenter {
    font-size: 1.5rem;
    color: #1e5f74;
    text-align: justify;
    padding: 2rem;
}
.target{
    align-self: flex-end;
}
.locationcenter{
    align-self: flex-start;
}
.historysection {
    margin: 6rem auto;
    background: linear-gradient(125deg, #effad3, #28abb9);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: .5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.historyicons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    align-self: center;
}

.missioncontent img {
    width: auto;
    height: 18rem;
    margin-top: -1.5rem;
}

.missioncontent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.mission {
    padding-top: 2rem;
}

.one,
.two,
.three {
    align-self: center;
    padding: 2rem;
}

.waveimage {
    position: absolute;
    margin-top: -8em;
    height: 10rem;
    width: 100%;
}

/*****************************************************************BUSINESSES PAGE*************************************************************************/
/*****************************************************************BUSINESSES PAGE*************************************************************************/
/*****************************************************************BUSINESSES PAGE*************************************************************************/
/*****************************************************************BUSINESSES PAGE*************************************************************************/
.businessessectionpage {
    position: relative;
    height: auto;
    margin-top: -42rem;
}

.businessessection {
    position: relative;
    padding-bottom: auto;
}

.businessesimage2 img {
    height: 25rem;
    width: auto;
}

.bold {
    font-weight: 900;
    color: white;
}

.landingtext h1 {
    max-width: 50rem;
    margin: 10rem auto;
    margin-bottom: 0;
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.5;
}

.landingtext h5 {
    font-weight: 500;
    max-width: 40rem;
    text-align: center;
    margin: 1rem auto;
    color: white;
}

.landingimage img {
    height: 35rem;
    width: auto;
    margin-top: 20rem;
}

.landingimage .card-default {
    background: linear-gradient(135deg, #70adb5, #efbbcf);
    max-width: 60rem;
    margin: 2rem auto;
    border-radius: 3rem;
    color: white;
}

.landingimage .card-default h5,
.landingimagetwo .card-default h5 {
    letter-spacing: .2rem;
    line-height: 2;
}

.landingimagetwo {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.landingimagetwo .card-default {
    align-self: center;
}

/*****************************************************************CONTACT US*************************************************************************/
/*****************************************************************CONTACT US*************************************************************************/
/*****************************************************************CONTACT US*************************************************************************/
/*****************************************************************CONTACT US*************************************************************************/

.contact_map {
    margin-top: 8.5rem;
    height: 25rem;
}

.contact_map_address {
    padding: 1rem 0;
    text-align: center;
}

.contact_button {
    width: 80rem;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;

}

.contact_phone {
    text-decoration: none;
}

.contact_button > *:hover {
    box-shadow: 0 .5rem 10px rgba(0, 0, 0, .40);
}

.contact_button > *:active {
    box-shadow: 0 .1rem 10px rgba(0, 0, 0, .30);
}

.contact_phone,
.contact_email,
.contact_mail {
    background-color: rgba(99, 37, 170, 0.932);
    padding: 1rem 2rem;
    color: white;
    font-size: 1.1rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.contact_phone,
.contact_email {
    width: 250px!important;
    text-align: center!important;
}

.contactus_option {
    width: 40%;
    text-align: center;
    margin: 5rem auto 3rem;
}

.contact_form {
    width: 50rem;
    margin: 3rem auto;
}

.contact_form textarea {
    width: 50rem;
    border-radius: .2rem;
    margin-top: .7rem;
    padding: .5rem 0 0 1rem;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.contact_form input[type="submit"] {
    padding: 1rem 3rem;
    margin: 1rem 0;
}


/*****************************************************************CUSTOMERS PAGE*************************************************************************/
/*****************************************************************CUSTOMERS PAGE*************************************************************************/
/*****************************************************************CUSTOMERS PAGE*************************************************************************/
/*****************************************************************CUSTOMERS PAGE*************************************************************************/
#navbarResponsive{
    margin-right: 12rem;
}
.navbar-container{
    max-width: 96%;
}
.block {
    width: auto;
    height: 47.5rem;
    /*background: linear-gradient(150deg, #5acd82 15%, #77f187 70%, #36ffd7 85%);*/
    background: linear-gradient(To right bottom, #20365c 50%, #4bacef);
    transform: skewY(-12deg);
    transform-origin: 0;
    position: relative;
}

.block span {
    height: 12rem;
    position: absolute;
}

.block span:nth-child(1) {
    width: 33.3%;
    width: calc(100% / 3);
    left: -16.66666%;
    left: calc(calc(calc(100% / 3) / 2) * -1);
    background: #fff;
}

.block span:nth-child(2) {
    width: 33.33333%;
    width: calc(100% / 3);
    left: 16.66666%;
    left: calc(calc(calc(100% / 3) / 2));
    right: auto;
    background: #99d5ff;
}

.block span:nth-child(3) {
    width: 33.33333%;
    width: calc(100% / 3);
    left: 49.99999%;
    left: calc(calc(calc(100% / 3) / 2) + calc(100% / 3));
    bottom: auto;
    background: #4aabee;
}

.block span:nth-child(4) {
    width: 33.33333%;
    width: calc(100% / 3);
    bottom: 0;
    background: #4aabee;
}

.text {
    max-width: 90rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    position: absolute;
    margin: -33rem auto 0 15rem;
    color: #fff;
}

.textgridarea {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}

.buttongridarea {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.imagegridarea {
    grid-column: 3 / 4;
    grid-row: 1 / -1;
}

.text h1 {
    font-size: 2.6rem;
    font-weight: 800;
    opacity: 0;
    animation: fadeIn ease 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

.text p {
    color: #d9fcff;
    font-size: 1.1rem;
    font-weight: 500;
    width: 60%;
    line-height: 1.8rem;
    opacity: 0;
    animation: fadeIn ease 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.button-area {
    position: relative;
    width: 20rem;
    opacity: 0;
    animation: fadeIn ease 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.button-area a {
    background: var(--primary-color);
    border-radius: .5rem;
    padding: 1rem 1.6rem;
    font-size: .9rem;
    margin: 4rem 1rem 0 0;
    color: var(--secondary-color);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 8px 1rem 0 rgba(0, 0, 0, 0.22), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button-area a:hover {
    background-color: var(--secondary-color);
    color: white;
}

.firstcard {
    height: 16rem;
    width: auto;
}

.img-wrapper-tablet {
    position: relative;
    top: 10rem;
    transform: translateY(8px) rotate(-12deg);
    padding: .5rem 38px;
    border-radius: 24px;
    opacity: 0;
    animation: up 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

.phone {
    height: 25rem;
    width: auto;
}

.img-wrapper-phone {
    position: absolute;
    top: -3rem;
    right: 80px;
    transform: translateY(8px) rotate(-12deg);
    padding: .5rem 38px;
    border-radius: 24px;
    opacity: 0;
    animation: up 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

@keyframes up {
    0% {
        transform: translateY(100px) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateY(0) rotate(-12deg);
        opacity: 1;
        -webkit-transform: translateY(0) rotate(-12deg);
        -moz-transform: translateY(0) rotate(-12deg);
        -ms-transform: translateY(0) rotate(-12deg);
        -o-transform: translateY(0) rotate(-12deg);
    }
}

.customer__details {
    margin: 4rem auto;
    max-width: 85rem;

}

.skewbg {
    width: auto;
    height: 47.5rem;
    background: linear-gradient(to left top, rgba(230, 225, 225, 0.014), rgba(207, 197, 197, 0.05));
    transform: skewY(-12deg);
    transform-origin: 0;
    position: relative;
    z-index: -999;
    margin-top: 20rem;
}

/* .skewbg span {
  height: 3rem;
  position: absolute;
}

.skewbg span:nth-child(1) {
  width: 20%;
  width: calc(100% /5);
  right: 3rem;
  top: -2rem;
  left: (calc(calc(100% / 8)) * -1);
  background: #53f;
}

.skewbg span:nth-child(2) {
  width: 10.33333%;
  right: 5.3rem;
  top: -4rem;
  background: #3127c0;
}

.skewbg span:nth-child(3) {
  width: 5.8888%;
  right: 20.2rem;
  top: -4rem;
  background: #4f35aa;
}

.skewbg span:nth-child(4) {
  width: 20%;
  width: calc(100% /3);
  left: 9rem;
  bottom: 18rem;
  background: #3a47d6;
}

.skewbg span:nth-child(5){
 width: 33.33333%;
 width: calc(100% / 3);
 height: 1rem;
 bottom: 8rem;
 right: 10rem;
  background: #135fa1;
}



.skewbg span:nth-child(6) {
  width: 20.3333%;
  width: calc(100% / 3);
  height: 1rem;
  bottom: 8rem;
  right: 10rem;
  background: #135fa1;
} */


.customer__details h2 {
    text-align: center;
    padding: 1rem;
    font-weight: 900;
    font-size: 2.7rem;
}

.customer__details h5 {
    text-align: center;
    padding: 1rem;
    font-weight: 400;
    font-size: 1.4rem;
    width: 50%;
    margin: auto;
    line-height: 1.7;
}

.customer__details--in_details {
    max-width: 85rem;
    margin: -62rem auto 5rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-gap: 3rem;
    align-items: center;
}

.customer__details--in_details img {
    height: 25rem;
    width: auto;
}

.agent--two {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    margin-left: 5rem;
    margin-top: -5rem;
}

.customer__details--in_details p span.brake {
    font-size: 1.8rem;
    display: block;
    text-align: center;
    padding-bottom: 2rem;
}

.customer__details--in_details h5 {
    font-size: 1.8rem;
    line-height: 1.7;
}

.relation {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    align-items: center;
}

.relation img {
    height: 25rem;
    width: auto;
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    -webkit-border-radius: 2rem;
}

.relation p {
    max-width: 45rem;
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 4rem;
    text-align: justify;
}

.customer--last--section {
    margin: auto;
    padding: 8rem 2rem 2rem;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-template-rows: repeat(3, auto);
}

.customer--last--section-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    font-size: 1.5rem;
    align-self: center;
    width: 70%;
    margin: auto;
    text-align: justify;
    padding: 0 2rem 3rem;
}

.customer--last--section-2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    background: rgba(153, 13, 134, 0.808);
    font-size: 1.2rem;
}

.customer--last--section-3 {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
}

.customer--last--section-2,
.customer--last--section-4,
.customer--last--section-5 {
    color: white;
    padding: 3rem;
    align-content: center;
    text-align: justify;
}


.customer--last--section-4 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    color: black;
    align-self: center;
    font-size: 1.5rem;
    font-weight: 400;
}

.customer--last--section-4 img {
    height: 10rem;
    width: auto;
    grid-row: 2 / -1;
    justify-self: center;
}

.customer--last--section-5 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    background: rgba(102, 44, 196, 0.932);
    font-size: 1.2rem;
    display: grid;
}

/*****************************************************************HELP SECTION*************************************************************************/
/*****************************************************************HELP SECTION*************************************************************************/
/*****************************************************************HELP SECTION*************************************************************************/
/*****************************************************************HELP SECTION*************************************************************************/
.help_section-svg svg {
    position: absolute;
    top: 0;
    right: 0;
}

.help_section {
    margin-top: 5rem;
    position: relative;
    padding: 0 0 20rem;
}

.help_section .landingtext h1 {
    color: transparent;
    background-image: linear-gradient(to right top, rgb(18, 109, 212), rgb(197, 50, 23));
    -webkit-background-clip: text;
    background-clip: text;
}

.help_section .landingtext h5 {
    color: black;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: .10rem;
}

.help_section_details {
    max-width: 60rem;
    margin: 0 auto;
}

.help_card {
    width: 70%;
    margin: 3rem auto;
    height: auto;
    background-color: turquoise;
    border-radius: .5rem;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
}

.help_card:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    box-shadow: 0 .5rem 20px rgba(0, 0, 0, .50);
}

.help_card h4 {
    padding-top: 1rem;
}

.help_card p {
    padding: 1rem;
    font-size: 1.1rem;
    text-align: left;
}

.faq::before {
    content: "";
    height: 4rem;
    display: block;
}

.faq .landingtext h1 {
    margin-top: 3rem;
    margin-bottom: 4rem;
}


/*****************************************************************SIGN UP PAGE*************************************************************************/
/*****************************************************************SIGN UP PAGE*************************************************************************/
/*****************************************************************SIGN UP PAGE*************************************************************************/
/*****************************************************************SIGN UP PAGE*************************************************************************/

.signupsection {
    margin-top: 10rem;
}

.signupsection .btn {
    margin: 3rem auto;
}

.signupsection .card-default {
    max-width: 80%;
    height: auto;
    overflow: visible;
    z-index: 999;
    background-color: white;
    margin: -6rem auto;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.signupsection .card-header {
    text-align: center;
}

.signupsection .grid-2 {
    grid-template-columns: repeat(4, 1fr);
}

.signupsection input,
#select-province select,
#select-country select{
    width: 20rem;
    outline: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: .2rem;
}

.signupsection input:focus,
.signupsection input:active {
    border-color: transparent;
    border-bottom: 2px solid #1c87c9;
}

/*Password Section*/
/* The message box is shown when the user clicks on the password field */
#message {
    display:none;
    position: absolute;
    background-color: rgb(255,255,255);
    backdrop-filter: blur(2rem);
    opacity: 0.93;
    color: #000;
    /*position: relative;*/
    text-align: left;
    padding: 20px;
    /*margin: 10px auto 0;*/
}

#message h3{
    font-size: 1rem;
}

#message p {
    padding: 10px 35px;
    font-size: .9rem;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}

/*****************************************************************HOME PAGE*************************************************************************/
/*****************************************************************HOME PAGE*************************************************************************/
/*****************************************************************HOME PAGE*************************************************************************/
/*****************************************************************HOME PAGE*************************************************************************/
/*Home Page */
.homepage {
    margin-top: 7rem;
    padding-top: 2rem;
}

.homecard {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 2rem;
    margin: 3rem 2rem 2rem;
}

.profilecard {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 2rem;
    margin: 3rem 10rem 10rem;
}

.accountinfocard {
/*    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 2rem;*/
    margin: 3rem 2rem 2rem;
}

.accountinfodetailscard {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 2rem;
    margin: 3rem 2rem 2rem;
}

.table-primary{
    background-color: #4BACF0 !important;
}

.account_details {
    grid-column: 2 / 3;
}

.wallet_details {
    grid-column: 2 / 3;
}

.user_details {
    grid-column: 2 / 3;
}

.myprofile {
    grid-column: 2 / 3;
}

.statistics .card-default,
.myprofile .card-default {
   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.welcomemessage {
    margin-top: 2rem;
}

/* MAKE A PAYMENT */
body > table {
    width: 80%;
}

.hide {
    display: none;
}

label.validation-error {
    color: red;
    margin-left: 5px;
}

#payee--section input[type=text],
#payee--section select {
    padding-left: 0;
    padding-right: 0;
}

.accountlookupmain,
.makeapaycard {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 2rem;
    margin: 5rem 2rem 2rem;
}
.accountlookupmain .card-default,
.makeapaycard .card-default {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    height: auto;
}

.accountlookupmain .accountlookup,
.makeapaycard .selectedpayments {
    grid-column: 2/8;
    grid-row: 1/2;
}

.makeapaycard .paymentdevice {
    grid-column: 2/5;
    grid-row: 2/-1;
}


/*///////////////////////////CREDIT CARD SECTION ////////////////////////////////*/

#creditcard--svg {
    grid-column: 5/-1;
    grid-row: 2/-1;
    margin: 0;
    padding: 0;
    min-height: auto;
    position: relative;
    font-family: 'Raleway';
}

#creditcard--svg .creditcard--content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#creditcard--svg .payment-title {
    width: 100%;
    text-align: center;
}

#creditcard--svg .payment-title h1 {
    font-family: "Lato", sans-serif !important;
    font-weight: 500 !important;
}


.ccicon {
    height: 38px;
    position: absolute;
    right: 22px;
    top: calc(50% + 5px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
#creditcard--svg .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

#creditcard--svg .container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#creditcard--svg #ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#creditcard--svg #ccsingle svg {
    width: 100px;
    max-height: 60px;
}

#creditcard--svg .creditcard svg#cardfront,
#creditcard--svg .creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#creditcard--svg #generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
#creditcard--svg .creditcard .lightcolor,
#creditcard--svg .creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

#creditcard--svg .creditcard .lightblue {
    fill: #03A9F4;
}

#creditcard--svg .creditcard .lightbluedark {
    fill: #0288D1;
}

#creditcard--svg .creditcard .red {
    fill: #ef5350;
}

#creditcard--svg .creditcard .reddark {
    fill: #d32f2f;
}

#creditcard--svg .creditcard .purple {
    fill: #ab47bc;
}

#creditcard--svg .creditcard .purpledark {
    fill: #7b1fa2;
}

#creditcard--svg .creditcard .cyan {
    fill: #26c6da;
}

#creditcard--svg .creditcard .cyandark {
    fill: #0097a7;
}

#creditcard--svg .creditcard .green {
    fill: #bbe1fa;
}

#creditcard--svg .creditcard .greendark {
    fill: #3282B8;
}

#creditcard--svg .creditcard .lime {
    fill: #EEEEEE;
}

#creditcard--svg .creditcard .limedark {
    fill: #393E46;
}

#creditcard--svg .creditcard .yellow {
    fill: #ffeb3b;
}

#creditcard--svg .creditcard .yellowdark {
    fill: #f9a825;
}

#creditcard--svg .creditcard .orange {
    fill: #ff9800;
}

#creditcard--svg .creditcard .orangedark {
    fill: #ef6c00;
}

#creditcard--svg .creditcard .grey {
    fill: #bdbdbd;
}

#creditcard--svg .creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#creditcard--svg #svgname {
    text-transform: uppercase;
}

#creditcard--svg #cardfront .st2 {
    fill: #FFFFFF;
}

#creditcard--svg #cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#creditcard--svg #cardfront .st4 {
    font-size: 54.7817px;
}

#creditcard--svg #cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#creditcard--svg #cardfront .st6 {
    font-size: 33.1112px;
}

#creditcard--svg #cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#creditcard--svg #cardfront .st8 {
    font-size: 24px;
}

#creditcard--svg #cardfront .st9 {
    font-size: 36.5498px;
}

#creditcard--svg #cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#creditcard--svg #cardfront .st11 {
    font-size: 16.1716px;
}

#creditcard--svg #cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#creditcard--svg #cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#creditcard--svg #cardback .st2 {
    fill: #111111;
}

#creditcard--svg #cardback .st3 {
    fill: #F2F2F2;
}

#creditcard--svg #cardback .st4 {
    fill: #D8D2DB;
}

#creditcard--svg #cardback .st5 {
    fill: #C4C4C4;
}

#creditcard--svg #cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#creditcard--svg #cardback .st7 {
    font-size: 27px;
}

#creditcard--svg #cardback .st8 {
    opacity: 0.6;
}

#creditcard--svg #cardback .st9 {
    fill: #FFFFFF;
}

#creditcard--svg #cardback .st10 {
    font-size: 24px;
}

#creditcard--svg #cardback .st11 {
    fill: #EAEAEA;
}

#creditcard--svg #cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#creditcard--svg #cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
#creditcard--svg .container {
    perspective: 1000px;
}

#creditcard--svg .creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

#creditcard--svg .creditcard .front,
#creditcard--svg .creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

#creditcard--svg .creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#creditcard--svg .creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/*//////////////////////////////END OF CREDIT CARD SECTION//////////////////////////*/

table {
    border-collapse: collapse;
}

table.list {
    /* table-layout:fixed;*/
    width: 100%;
    background-color: white;
}

.hidefirst {
    display: none;
}

.first {
    display: none;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

/*tr:nth-child(even),*/
table.list thead > tr {
    background-color: #dddddd;
}

/*table.list tr {
  background-color: white;
}*/

.table_payee_wrapper {
    max-width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.table_acct_info_wrapper {
    max-width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

/*Payment History*/
.table_history_wrapper {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.paymenthistory {
    grid-column: 1 / 6;
}

.profileupdate .card-default,
.passwordchange .card-default {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.profileupdate,
.passwordchange {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3rem;
    margin: 5rem 2rem 2rem;
}

.updatemain,
.passwordchangecard {
    grid-column: 3 / 5;
}

.viewreceiptscard {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem;
    margin: 5rem 2rem 2rem;
}

.viewreceiptscard .card-default {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

/*****************************************************************PRIVACY POLICY PAGE*************************************************************************/
/*****************************************************************PRIVACY POLICY PAGE*************************************************************************/
/*****************************************************************PRIVACY POLICY PAGE*************************************************************************/
/*****************************************************************PRIVACY POLICY PAGE*************************************************************************/

.privacypolicy_image {
    position: relative;
    max-height: 10rem;
}

.privacypolicy_card .card-default {
    max-width: 75rem;
    height: auto;
    overflow: visible;
    z-index: 999;
    background-color: white;
    margin: auto;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.privacypolicy_card .table-primary {
    background: linear-gradient(To right bottom, #20365c 50%, #4bacef);
    color: white;
    letter-spacing: .5rem;
}

.privacypolicy_card_header {
    font-weight: 900;
    font-size: 1.5rem;
    text-shadow: 4px 3px 3px #CCCCCC;
    margin-bottom: 1rem;
}

.privacypolicy_card_para {
    letter-spacing: .1rem;
    text-align: justify;
    margin-bottom: 2rem;
}


/*****************************************************************FORGOT PASSWORD PAGE PAGE*************************************************************************/
/*****************************************************************FORGOT PASSWORD PAGE PAGE*************************************************************************/
/*****************************************************************FORGOT PASSWORD PAGE PAGE*************************************************************************/

#forgot--password {
    margin: 10rem auto 0;
}

#forgot--password .card {
    width: 40%;
    margin: auto;
}

.users_tbl {
    /*	border: 2px groove #ccc;
        border-radius: 10px;*/
    /*  width: 500px;*/
    width: 100%;
    margin: 0 auto;
    /* text-align: center;*/
}

.history_tbl {
    /*	border: 2px groove #ccc;
        border-radius: 10px;*/
    /*  width: 500px;*/
    width: 800px;
    margin: 0 auto;
    /* text-align: center;*/
}

.address {
    width: 300px;
}

td {
    border: 1px #DDD solid;
    padding: 5px;
    cursor: pointer;
}

.selected {
    background-color: #008cba;
    color: #FFF;
}

#for_numrows {
    padding: 10px;
    float: left;
}

#for_filter_by {
    padding: 10px;
    float: right;
}

#pagesControllers_schedules,
#pagesControllers_user,
#pagesControllers_module_payees,
#pagesControllers_accounts,
#pagesControllers_history,
#pagesControllers {
    display: block;
    text-align: center;
}

#filter_input {
    height: 15px;
    width: 200px;
}

.pagination-format {
    border: 1px solid lightgray;
    border-radius: 12px;
    background-color: white;
    color: black;
    padding: 0.7rem 2rem;
    margin: 0.5rem;
    font-size: 12px;
    cursor: pointer;

}

.page-numbers {
    color: blue;
    cursor: pointer;
}

.page-numbers:hover,
.pagination-format:hover {
    color: green !important;
}

.testWidth {
    word-wrap: break-word;
    max-width: 1px;
}

.myclass {
    z-index: 99999;
}

/*======================================================================BILL RECEIPT ========================================================*/

.bill--receipt {
    width: 100%;
    margin: auto;
    height: 100vh;
    font-family: 'Cutive Mono', monospace;
    font-size: 2rem;
}

.bill--receipt .bill--receipt-content {
    width: 100%;
    margin: 1rem auto;
}

.bill--receipt .bill--receipt-content .bill--receipt-content-header {
    text-align: center;
}

.bill--receipt .bill--receipt-content .bill--receipt-content-header img {
    width: auto;
    height: 5rem;
    margin: 1rem auto;
}

.bill--receipt .bill--receipt-content-details {
    line-height: 1.4;
    display: grid;
    grid-template-columns: repeat(2, auto);
}

.bill--receipt .bill--receipt-content-details .left {
    grid-column: 1/2;
    justify-self: flex-start;
}

.bill--receipt .bill--receipt-content-details .right {
    grid-column: 2/3;
    justify-self: flex-end;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection,
    #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }
}

.displayBlock {
    display:block;
}

.displayInline {
    display:inline;
}

#start_date,
#end_date,
#schedule_repeat,
#schedule_frequency,
#schedule_amount,
#schedule_email,
#schedule_phone {
    width: 250px;
  /*  padding: 12px 20px;*/
/*    margin: 8px 0;*/
/*    display: inline-block;*/
    border: 1px solid #ccc;
    border-radius: 4px;
 /*   box-sizing: border-box;*/
}

#profileAPI,
#paymentAPI,
#reportAPI,
#username_id,
#edit_email,
#password_id,
#user_company_name_id,
#role_id {
    width: 300px;
    /*  padding: 12px 20px;*/
    /*    margin: 8px 0;*/
    /*    display: inline-block;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    /*   box-sizing: border-box;*/
}

.userMerchant {
border:  none !important;
}

#merchantID,
#subMerchantID{
    width: 125px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-resetPWD {
    height: 25px;
    width: 100px;
}

#card_number,
#card_type_dropdown,
#name_on_card {
    width: 400px;
    /*  padding: 12px 20px;*/
    /*    margin: 8px 0;*/
    /*    display: inline-block;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    /*   box-sizing: border-box;*/
}

.labelbold {
    font-weight: bold;
}

.card_table {
    border: none;
    border-collapse: collapse;
}

.testtest {
    vertical-align: center;
    horiz-align: center;
}

.tool_tip {
    position: relative;
    display: inline-block;
}

.tool_tip .tool_tip_text {
    visibility: hidden;
    width: 80px;
    background-color: #0085BA;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 100%;
    margin-left: -40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tool_tip:hover .tool_tip_text {
    visibility: visible;
    opacity: 1;
}

.cursorHand{
    cursor: pointer;
    pointer-events: auto;
}
