@font-face {
    font-family: "OpenSans-Regular";
    src: url("/assets/ipp/fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Light";
    src: url("/assets/ipp/fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url("/assets/ipp/fonts/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("/assets/ipp/fonts/OpenSans-Bold.ttf");
}

body {
    margin: 0;
    background-color: #ffffff;
    font-family: "OpenSans-Light", Sans-Serif;
}

/* OD Common CSS  */
.container {
    height: 100vh;
    padding: 15px;
}

.align-center {
    text-align: center;
}

.hide {
    display: none;
}

.label-congo {
    font-size: 23px;
    font-family: "OpenSans-SemiBold", Sans-Serif;
    margin: 30px 0;
}

.success-icon-container {
    margin-top: 20vh;
}

.container.fxbtn .button-container {
    position: absolute;
    width: 93%;
    bottom: 20px;
}

.od-main .button-container {
    margin-top: 40px;
    margin-bottom: 30px;
}

.button-container .done-btn {
    display: inherit;
    background: #FF9F02;
    text-decoration: none;
    font-family: "OpenSans-SemiBold", Sans-Serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    border-radius: 25px;
}

.headings {
    margin-top: 32px;
}

    .headings p {
        margin: 0;
    }

    .headings .slim-heading {
        font-family: "OpenSans-Light",, Sans-Serif;
        font-size: 32px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.69;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
        margin-bottom: 20px;
    }

    .headings .bold-heading {
        font-family: "OpenSans-SemiBold", Sans-Serif;
        font-size: 41px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.54;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
    }

.benefits-container {
    overflow: hidden;
    margin-top: 40px;
}

    .benefits-container .benefit-title {
        font-family: "OpenSans-SemiBold",, Sans-Serif;
        font-size: 17px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
        position: relative;
    }

        .benefits-container .benefit-title p {
            background: #fff;
            position: absolute;
            left: 47%;
            top: -10px;
            margin: 0 0 0 -47px;
            padding: 0 13px;
            text-transform: uppercase;
        }

    .benefits-container ul {
        text-align: left;
        font-family: "OpenSans-Regular", Sans-Serif;
        padding-left: 8px;
    }

        .benefits-container ul li {
            list-style-type: none;
            font-size: 17px;
            /* font-size: 4.106vw; */
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.59;
            letter-spacing: normal;
            color: #3f3f3f;
        }

            .benefits-container ul li img {
                margin-right: 7px;
                bottom: 2px;
                position: relative;
            }

.overdraft-limit-container {
    background: #082768;
    border-radius: 10px;
    padding: 35px 15px;
    color: #fff;
    font-family: "OpenSans-Bold", Sans-Serif;
    line-height: 22px;
    margin-top: 14px;
}

    .overdraft-limit-container p {
        font-size: 26px;
        /* font-size: 6.280vw; */
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.85;
        letter-spacing: normal;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .overdraft-limit-container .amount-container .amount {
        font-size: 46px;
        /* font-size: 11.111vw; */
    }

    .overdraft-limit-container .amount-container .currency {
        font-size: 34px;
        /* font-size: 8.213vw; */
        margin-bottom: 9px;
        margin-right: 9px;
        display: inline-block;
    }

    .overdraft-limit-container .amount-container .decimal {
        font-size: 35px;
        /* font-size: 8.454vw; */
    }

    .overdraft-limit-container .amount-container .dec-part {
        font-size: 35px;
        /* font-size: 8.454vw; */
    }

.terms-conditions .tanc {
    margin-bottom: 1.5rem;
    /*overflow-y: auto;
    max-height: 75vh;*/
    margin-top: 1.5rem;
}

    .terms-conditions .tanc p {
        text-align: justify;
    }


/* Slider CSS  */

#sliderContainer {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #eef2f8;
    overflow: hidden;
    -webkit-user-select: none;
}

    #sliderContainer h2 {
        -webkit-animation: slidetounlock 5s infinite;
        -webkit-text-size-adjust: none;
        margin: 0;
        font-size: 16px;
        color: #333333;
    }

        #sliderContainer h2 span {
            position: relative;
            left: 37%;
            margin-left: -50px;
        }

#slider {
    background: url(/assets/ipp/images/Active.svg) no-repeat;
    width: 50px;
    height: 54px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background-color: #Fbb813;
    background-position: center;
    border-radius: 12px;
}

@keyframes slidetounlock {
    0% {
        background-position: -720px 0;
    }

    100% {
        background-position: 720px 0;
    }
}




/* Language Toggle */

.switch {
    position: relative;
    height: 28px;
    width: 239px;
    margin: 20px auto;
    background: #eef2f8;
    border-radius: 6.9px;
    -webkit-box-shadow: inset 0 1px 1px #cacaca, 0 1px #ffffff;
    box-shadow: inset 0 1px 1px #cacaca, 0 1px #ffffff;
}

.switch-input {
    display: none;
}

    .switch-input:checked + .switch-label {
        font-weight: bold;
        color: #000000;
        -webkit-transition: 0.15s ease-out;
        -moz-transition: 0.15s ease-out;
        -ms-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -webkit-transition-property: color, text-shadow;
        -moz-transition-property: color, text-shadow;
        -ms-transition-property: color, text-shadow;
        -o-transition-property: color, text-shadow;
        transition-property: color, text-shadow;
    }

    .switch-input:checked + .switch-label-on ~ .switch-selection {
        left: 120px;
        /* Note: left: 50%; doesn't transition in WebKit */
    }

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 117px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

    .switch-label:active {
        font-weight: bold;
    }

.switch-label-off {
    padding-left: 2px;
}

.switch-label-on {
    padding-right: 2px;
}

.switch-selection {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    display: block;
    width: 117px;
    height: 23px;
    border-radius: 3.4px;
    background-color: #ffffff;
    /* -webkit-box-shadow: -2px -1px 4px 2px #eef2f8;
    box-shadow: -2px -1px 4px 2px #eef2f8; */
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.m-r-15 {
    margin-right: 15px;
}

.p-t-15 {
    padding-top: 15px;
}
/* Language Toggle End*/

/* ENBD Styles */
#terms-conditions #od-back {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    font-size:0.8rem;
    position: absolute;
}

#od-back p{
    margin-top:3px;
}

#terms-conditions .btn-back {
    width: 24px;
    height: 24px;
    display: inline;
    background: url("/assets/ipp/images/back.png") left top;
    margin: -3px 0 0 -10px;
}

.terms-heading {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "OpenSans-SemiBold", Sans-Serif;
}

#odForm{
    margin-bottom:20px;
}

.benefits-container ul li {
    background: url("/assets/ipp/images/tick.svg") no-repeat left 6px;
}
.benefits-container ul li p {
    margin-left: 1.5rem;
}
@media only screen and (max-width: 367px) {
    .overdraft-limit-container .amount-container .currency {
        font-size: 30px;
    }

    .overdraft-limit-container .amount-container .amount {
        font-size: 38px;
    }
    .overdraft-limit-container .amount-container .dec-part {
        font-size: 28px;
    }
    .terms-heading {
        font-size: 1rem;
        font-weight: bold;
        font-family: "OpenSans-SemiBold", Sans-Serif;
    }
    }


@media only screen and (max-width: 340px) {
    .overdraft-limit-container .amount-container .currency {
        font-size: 24px;
    }

    .overdraft-limit-container .amount-container .amount {
        font-size: 36px;
    }

    .overdraft-limit-container .amount-container .dec-part {
        font-size: 24px;
    }

    .terms-heading {
        font-size: 1rem;
        font-weight: bold;
        font-family: "OpenSans-SemiBold", Sans-Serif;
    }
    /*.terms-conditions .tanc {
        max-height:75vh !important;
    }*/
    }

#arabicLanguage {
    direction: rtl;
}