* {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #D5D5D5;
    font-size: 12px;
    font-family: Roboto,sans-serif;
    background: #d5d5d5;
}

@media screen and (min-width: 768px) {
    body {
        min-height: 100vh !important;
    }
}

a {
    text-decoration: none;
}


.tab-content {
    min-height: 250px;
}

/*** GENERAL STYLES ***/

.box {
    width: 43%;
    padding: 35px;
    margin-top: -22px;
}

.button {
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .button svg:hover {
        fill: #fff;
    }

/*** CARD STLES ***/

.cards-container {
    max-width: 100%;
}

#card {
    box-shadow: inset 0 7em 10em -5em rgb(255 255 255 / 60%), 0 0.3em 0.5em -0.2em rgb(153 153 153), 0 1em 2em -0.75em rgb(153 153 153 / 75%), 0 1em 3em -0.5em rgb(153 153 153 / 50%), 0 3em 3em -0.25em rgb(153 153 153 / 20%);
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    position: relative;
    margin-top: 63px;
}

.card-two {
    border-radius: 8px;
    width: 337px;
    background: #fff;
    border: 0;
}

    .card-two header {
        border-top-right-radius: 12px;
        position: relative;
        width: 100%;
        height: 60px;
    }

        .card-two header::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: inherit;
            -webkit-transform: skewY(8deg);
            transform: skewY(8deg);
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
        }

        .card-two header .avatar {
            position: absolute;
            left: 50%;
            top: -57px;
            margin-left: -50px;
            z-index: 5;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            background: #fff;
            border: 3px solid #D5D5D5;
        }

            .card-two header .avatar img {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 100px;
                height: auto;
            }

    .card-two h4 {
        font-size: 18px;
        text-align: center;
        color: #344859;
        margin-top: 50px;
    }

.form-container {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
}

.card-two footer {
    position: absolute;
    height: 55px;
    background-color: #CBD0D7;
    text-align: center;
    width: 100%;
    outline: 0;
    border-radius: 0 0 6px 6px;
    border: 0;
    border-radius: 0 0 6px 6px;
    cursor: pointer;
    transition: all .33s ease-in-out;
    bottom: 0;
}

    .card-two footer p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        color: #74787E;
        font-weight: 600;
        top: 28%;
        overflow: hidden;
        font-size: 17px;
        -webkit-transition: inherit;
        transition: inherit;
    }

.card-text:last-child {
   /* margin-top: -13px;*/
    color: #757575;
   /* margin: 4px 0 0;*/
    font-size: 13px;
   /* line-height: 18px;*/
    color: #3e3f40;
 
   /* padding-top: 4px;*/
}
/*** RESPONSIVE ***/
@media only screen and (max-width: 810px) {
    .card {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* -----------------The start of Social media Design* ----------------- */
.social__media__container {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 1.5rem;
    margin-top: -1.3rem;
}

.form-check a svg {
    margin-left: 3px;
    margin-top: -15px;
}

a.social {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #ECEDF1;
    color: #000;
    border-radius: 105%;
    text-align: center;
    padding: 6px 0px;
}

    a.social:hover {
        box-shadow: 1px 0 10px rgba(0,0,0,.1);
        background-color: rgb(62 149 113) !important;
    }

    a.social.active {
        background-color: rgb(62 149 113);
        color: #fff;
    }

    a.social h6 {
        font-size: 12px;
        margin-left: -11px;
        margin-right: -11px;
        color: #6c99da;
        margin-top: 8px;
    }

    a.social.active h6 {
        color: #F79E1B;
    }

    a.social h6:hover {
        color: #F79E1B;
    }

    a.social svg:hover {
        fill: #fff;
    }

    a.social:hover::before {
        top: -10%;
        left: -10%;
    }

.icon__media__container {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 26px;
    margin-left: -12px;
}

/* -----------------The end of Social media Design* ----------------- */


/*form*/

.form-container {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
}

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

.form-container .form-inner {
    display: flex;
    width: 200%;
}

    .form-container .form-inner form {
        width: 50%;
        margin-top: -21px;
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form__group {
    width: 92%;
}
/* .form-inner form .field input {
    height: 45px;
    outline: none;
    font-size: 14px;
    border: 1px solid lightgrey;
    transition: all 0.4s ease;
    width: 100%;
    padding: 11px 12px;
    font-weight: 400;
    border-radius: 2px;

  }*/

/*  .form-inner form .field input:focus {
    border-color: orange;
    box-shadow: none;
  }*/

.form-check-label {
    border-right: 1px solid #D5D5D5;
    padding-right: 60px;
    padding-top: -5px;
    font-size: 13px;
    color: #3e3f40;
    position: relative;
    top: -8px;
}

.form-check-input {
    top: -6px !important;
    position: relative !important;
    width: 0.8em !important;
    height: 0.8em !important;
}

.card-header {
    height: 67px;
    border-bottom: 0px !important;
}

#card_body {
    background: #F6F6F6 !important;
    padding: 0rem 0rem !important;
}

#datepicker {
    width: 214px;
    margin-right: 15px;
}

    #datepicker > span:hover {
        cursor: pointer;
    }

.item-container {
    border-bottom: 1px solid #CBD0D7;
    width: 100%;
}

    .item-container:last-child {
        border-bottom: none;
    }

    .item-container button {
        border-radius: 50%;
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 19px;
    }

    .item-container .text {
        color: #F4742C;
        margin-top: -3px;
    }

button[type="submit"] {
    width: 100%;
    padding: var(--primary-padding);
    border-radius: var(--pilled-shape-radius);
    border: none;
    background: rgba(0,106,78,255);
    color: var(--white-shade);
    margin: 0px 0 0px 0;
    height: 100%;
}
/**Tab Nav**/
ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

.nav {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: 0px 0px;
    border-width: 1px;
    border-top-width:;
    border-right-width:;
    border-bottom-width:;
    border-left-width:;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}


.nav-tabs {
    /*background-color: rgba(212,246,232,255);*/
    height: 36px;
    color: white;
    border-bottom: 0px;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            color: rgba(0,105,77) !important;
            text-decoration-line: none;
            position: relative;
            display: block;
            padding-top: 11px;
            padding-bottom: 7px;
            padding-left: 16px;
            padding-right: 16px;
            font-size: 12px;
            border: 0;
            border-radius: 0px;
        }

        nav,
        .nav-tabs > li a.active {
            background-color: rgba(0,106,78,255) !important;
            color: #fff !important;
            text-decoration-line: none;
        }

            .nav-tabs > li a.active:hover {
                background-color: rgba(0,106,78,255) !important;
                color: #fff !important;
                text-decoration-line: none;
            }

        nav,
        nav, .nav-tabs > li.active a:focus {
            background-color: #F8503C;
            color: #fff;
            text-decoration-line: none;
        }

        nav, .nav-tabs > li > a:hover {
            background-color: rgb(62 149 113) !important;
            color: white !important;
            text-decoration-line: none;
        }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

/**Mobile banking start**/
.form-container .title {
    margin-bottom: -9px;
    font-size: 14px;
}

/***login***/

.login form .field input {
    height: 41px;
    outline: none;
    font-size: 14px;
    padding-left: 9px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
    width: 98%;
}

.login-container {
    overflow: hidden;
    margin-left: 16px;
}

.login form .field input:focus {
    border-color: orange;
    box-shadow: none;
}

.offer-container {
    overflow: hidden;
    margin-left: 6px;
}

    .offer-container .title p {
        font-size: 14px;
        text-align: center;
        padding-right: 3px;
    }
/**Support**/
.support-container {
    overflow: hidden;
    margin-left: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
}

    .support-container .title p {
        font-size: 14px;
        text-align: center;
        margin-right: 2px;
    }

.support-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    max-width: 100px;
    margin-left: 10px;
}

    .support-list li {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: row;
        background-color: #F5F5F5;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 12px;
        min-width: 100px;
        height: 46px;
        width: 298px;
    }

        .support-list li::before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: " ";
            box-shadow: 0 0 0 2px #f5f5f576 inset;
            border-radius: 16px;
        }

        .support-list li > div {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: row;
            padding: 0px 12px;
            margin-left: 0px !important;
        }


            .support-list li > div:first-child {
                position: relative;
                z-index: 1;
            }

                .support-list li > div:first-child::before {
                    position: absolute;
                    background: rgb(131, 60, 38);
                    background: var(--material-color);
                    content: " ";
                    height: 100%;
                    width: 77%;
                    top: 0;
                    left: 0;
                    z-index: -1;
                    border-top-right-radius: 7px;
                    border-bottom-right-radius: 7px;
                }

            .support-list li > div:nth-child(2) {
                flex: 1;
                display: flex;
                justify-content: center;
                align-items: flex-start;
                flex-direction: column;
                padding: 0.4em;
            }

            .support-list li > div:first-child span {
                font-size: 22px;
                color: #fafafa;
                margin-left: -3px;
                margin-right: 13px;
            }

            .support-list li > div:nth-child(2) h2 {
                font-size: 14px;
                padding-top: 10px;
                color: #0099CC;
                font-weight: 400;
                margin-left: -10px;
            }

            .support-list li > div:nth-child(2) span {
                font-size: 11px;
            }

            .support-list li > div:last-child span {
                font-size: 48px;
                color: var(--material-color);
            }

    .support-list span.div {
        height: 80%;
    }

/***Faq***/
.panel-group .panel .panel-heading h6 {
    background: #F5F5F5;
    padding: 12px;
    border-radius: 5px;
    color: #4C4C4C;
    /* border: 1px solid; */
    border: 1px solid transparent;
    border-color: #ddd;
    margin-top: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

    .panel-group .panel .panel-heading h6 a {
        color: #4C4C4C;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

        .panel-group .panel .panel-heading h6 a:hover {
            color: #F79E1B;
        }

.panel-heading a:after {
    content: "\2212";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\2b";
}

.panel-heading a:after {
    content: "\2212";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\2b";
}

.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%; /* 9 / 16 * 100 */
    border-bottom: 4px solid #484848;
    border-top: 4px solid #484848;
}

    .o-video > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
    }


/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/**Arrow**/
.arrow {
    border: solid #616265;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin: 14px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.content.active {
    display: block;
}

.content {
    display: none;
}

.field .verify {
    margin-left: -68px;
    color: #fff;
}

    .field .verify span {
        background: #CBD0D7;
        padding: 13px;
        height: -1px;
        padding-top: 12px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        border-radius: 0 2px 2px 0;
    }

.main {
    background-color: #fff;
    border-bottom: 1px solid #CBD0D7;
}

    .main:last-child {
        border-bottom: none;
    }

    .main ul {
        margin-left: -30px;
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .main ul li {
            list-style: none;
            display: flex;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            margin-right: 22px;
        }

/*.main ul li img {
                filter: grayscale(100%);
                transition: filter 1s;
            }

    .main span {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 200px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        display: flex;
    }

    .main ul li:hover span {
        top: 0;
    }

        .main ul li:hover span img {
            top: 0;*/
/* filter: saturate(100%);*/
/*filter: grayscale(0%);
        }*/


/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button Modal*/
.box1 {
    width: 30%;
    margin-top: 6px;
    float: right;
}

    .box1 a {
        color: #616265;
        font-size: 25px;
        margin-left: 17px;
    }


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 71%);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    padding: 40px 40px 40px 40px;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

/*.popup {
    margin: 190px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 335px;
    position: relative;
    transition: all 5s ease-in-out;
}*/

.modal-header {
    padding: 2px 16px;
    border-bottom: 0px !important;
    color: #cfcfcf;
}

    .modal-header h2 {
        font-size: 1.42em !important;
        font-weight: 700;
        margin-top: 0;
        color: #f5efef;
        opacity: 83%;
    }

.modal-body {
    padding: 2px 16px;
    font-size: 1.14em;
    margin-bottom: -18px;
}

    .modal-body p {
        color: #878C92;
    }

.modal-footer {
    padding: 2px 16px;
    align-items: center;
    border-top: 0px !important;
}

    .modal-footer a {
        color: red !important;
        text-transform: uppercase;
        font-weight: 600;
        padding: 12px;
        border-radius: 4px;
        background-color: #e1e1e1;
    }

        .modal-footer a:hover,
        .modal-footer a:focus {
            color: red !important;
            text-decoration: none;
            cursor: pointer;
            background: #F9F9F9;
        }

        .modal-footer a.active {
            color: red !important;
            text-decoration: none;
            cursor: pointer;
            background: #F9F9F9;
        }


.form-inner form .field input {
    animation: mySlide;
    animation-duration: 1s;
}

/*.card.mt-1.mb-4 {
    margin: 15px;
}*/

/*input.bb {
    height: 45px;
    outline: none !important;
    font-size: 14px !important;
    border: 1px solid lightgrey !important;
    transition: all 0.4s ease !important;
    width: 100% !important;
    padding: 11px 12px !important;
    font-weight: 400 !important;
    border-radius: 2px !important;
}
*/





/*input.inputTest {
    height: 45px;
    outline: none;
    font-size: 14px;
    border: 1px solid lightgrey;
    transition: all 0.4s ease;
    width: 100%;
    padding: 11px 12px;
    font-weight: 400;
    border-radius: 2px;
}*/

/*.inputTest {
    height: 45px;
    outline: none;
    font-size: 14px;
    border: 1px solid lightgrey;
    transition: all 0.4s ease;
    width: 100%;
    padding: 11px 12px;
    font-weight: 400;
    border-radius: 2px;
}
 input.inputTest:focus {
        border-color: orange;
        box-shadow: none;
    }*/

#pop {
    animation: mySlide;
    animation-duration: 1s;
    position: relative;
    animation-timing-function: ease;
}

@keyframes mySlide {
    /* from {
        margin-top: 50%;
    }

    to {
        margin-top: 0%;
    }*/

    0% {
        top: 200px;
    }

    100% {
        top: 0px;
    }
}

.main {
    display: flex;
}

.setgrey {
    filter: grayscale(100%) !important;
}

.bb:hover {
    filter: grayscale(0%) !important;
    transition: filter 2s;
}

.paymentSelection {
    border: none;
}

.changefooter:hover {
    background-color: #f78553 !important;
}

.payAmountText {
    color: #eee;
    font-weight: 600;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tab-content {
    min-height: 250px !important;
    margin-bottom: 56px !important;
}

.mobile-number-field {
    height: 41px;
    outline: none;
    font-size: 14px;
    padding-left: 9px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
    width: 98%;
}

.card-payment-tab {
    width: 24%;
}
/*
.pay-amount-text-position {
    vertical-align: -20%;
}*/

.pay-amount-button {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 100% !important;
}

.mastercard-logo {
    margin-top: 2.5% !important;
    margin-left: 3% !important;
}

.upper-tab-text-color {
    color: rgba(0,106,78,255) !important;
}

.nav-link:focus, .nav-link:hover {
    color: white !important;
}


.translate {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    padding: 0.2rem 0.3rem;
    font-size: 0.475rem !important;
    border-radius: 0.2rem;
    margin-right: -3px;
}


    .active1, .translate:hover {
        background-color: rgba(0,106,78,255);
        color: white;
    }

.modal {
   /* position: sticky;*/
    top: 17% !important;
    min-width: 95% !important;
   /* width: 100% !important;*/
    left: 2% !important;
    z-index: 1055;
    display: none;
    min-height: 60% !important;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.panel-body {
    BORDER: 0px;
    PADDING: 10PX;
}


div#panel1 {
    border: 1px solid #eee;
}
div#panel2 {
    border: 1px solid #eee;
}
div#panel3 {
    border: 1px solid #eee;
}

.panel-group .panel .panel-heading h6 {
    background: #F5F5F5;
    padding: 12px;
    border-radius: 0px !important;
    color: #4C4C4C;
    /* border: 1px solid; */
   /* border: 1px solid transparent;*/
  /*  border-color: #ddd;*/
    margin-top: 0px !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}