@import url("../glyphicons/glyphicons.min.css");


@font-face {
    font-family: "roboto-bold";
    src: url("../../contents/css/fonts/roboto-bold-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-light";
    src: url("../../contents/css/fonts/roboto-light-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-medium";
    src: url("../../contents/css/fonts/roboto-medium-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-regular";
    src: url("../../contents/css/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.font-weight-normal {
    font-family: "roboto-medium", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "roboto-regular";
    overflow-x:hidden !important;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

a {
    text-decoration: none;
    color: red;
    -webkit-transition: color .5s linear;
    transition: color .5s linear
}

    a:hover {
        text-decoration: none;
        color: #036
    }

    a:focus {
        text-decoration: none;
        color: #036;
        outline: none
    }

ul {
    margin: 0;
    padding: 0
}

    ul li {
        list-style: none
    }

*,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important
}



.disNone {
    display: none
}

.blue-grdn-bg {
    background: url(../../assets/images/big-banner.jpg) no-repeat 0 0;
    background-size: cover
}

.functionality-banner {
    padding-top: 15px;
    margin: 0 auto
}

    .functionality-banner h4 {
        color: #fff;
        text-align: center
    }

    .functionality-banner ul {
        padding: 0;
        margin-top: 40px;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .functionality-banner ul li {
            float: left;
           
            color: #fff;
            font-size: 16px;
            opacity: .3;
            position: relative;
            text-align: center;
            padding-bottom: 35px;
            margin: 0 5px;
            min-height: 125px
        }

@media (max-width:991px) {
    .functionality-banner ul li {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .functionality-banner ul li {
        width: 25%
    }
}

.functionality-banner ul li figure {
    height: 60px
}

    .functionality-banner ul li figure img {
        width: 53px;
        height: auto
    }

@media (max-width:767px) {
    .functionality-banner ul li figure img {
        width: 50px;
        height: auto
    }
}

.functionality-banner ul li span {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    font-size: 12px;
    position: absolute;
    left: -10px;
    top: -20px;
    line-height: 25px
}

.functionality-banner ul li.active {
    opacity: 10
}

.functionality-banner ul li.selected {
    background: url(../images/xstep-active.png.pagespeed.ic.XZu-PAc9Ic.png) no-repeat bottom center
}

    .functionality-banner ul li.selected.white-arrow {
        background: url(../images/xstep-active-white.png.pagespeed.ic.KC0mW0ojqw.png) no-repeat bottom center
    }

.functionality-banner ul li.line-box {
    background: url(../images/xstep-line.png.pagespeed.ic.nrm1r8IIlJ.png) repeat-x left 40px;
    width: 100px
}

@media (max-width:991px) {
    .functionality-banner ul li.line-box {
        width: 50px
    }
}

@media (max-width:767px) {
    .functionality-banner ul li.line-box {
        width: 10px;
        background-position: left 25px
    }
}

.be-ready-box {
    background-color: #ececed;
    padding: 15px 0 0px
}

    .be-ready-box ul {
        margin: 0;
        padding: 0;
        float: right;
        padding-top:10px;

    }

        .be-ready-box ul li {
            margin: 0 17px;
            float: left;
            text-align: center;
            color: #666;
            font-size: 14px
        }

            .be-ready-box ul li h4 {
                font-size: 20px;
                padding-top:15px;
            }

            .be-ready-box ul li img {
                width: 40px;
                height: 40px
            }

            .be-ready-box ul li figcaption {
                margin-top: -10px
            }

@media (max-width:767px) {
    .be-ready-box ul li:first-child {
        float: none;
        display: block
    }

    .be-ready-box ul li {
        margin: 0 7px
    }

    .be-ready-box ul {
        float: none
    }
}

.or-box {
    font-size: 22px;
    color: #666;
    text-align: center;
    padding-top: 10px
}

.otp-box input {
    text-align: center
}

.label-box label {
    font-size: 22px;
    color: #ccc;
    font-weight: normal
}

@media (max-width:991px) {
    .label-box label {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .label-box label {
        font-size: 14px
    }
}


.confirm-your-card {
    display: none
}

@media (max-width:767px) {
    .confirm-your-card .btn-box .btn {
        padding: 8px 10px
    }

        .confirm-your-card .btn-box .btn.MR30 {
            margin-right: 0;
            margin-bottom: 20px
        }
}

.card-box {
    background-color: #ececed;
    padding: 25px 30px;
    border-radius: 15px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .card-box {
        padding: 25px 20px
    }
}

.card-box h4 {
    font-size: 16px;
    text-transform: uppercase
}

.card-box .card-img-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

    .card-box .card-img-box img {
        display: block;
        width: 100%;
        height: auto
    }

    .card-box .card-img-box figcaption {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: background .5s linear;
        transition: background .5s linear;
        width: 100%;
        height: 100%;
        padding: 33% 60px 0 60px
    }

@media (max-width:1024px) {
    .card-box .card-img-box figcaption {
        padding: 33% 60px 0 30px
    }
}

.card-box .card-img-box figcaption a {
    color: #fff
}

@media (max-width:991px) {
    .card-box .card-img-box figcaption {
        padding: 33% 10px 0 10px
    }
}

.card-box .card-img-box figcaption h4 {
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px
}

@media (max-width:1024px) {
    .card-box .card-img-box figcaption h4 {
        font-size: 18px;
        margin-bottom: 5px
    }
}

@media (max-width:991px) {
    .card-box .card-img-box figcaption h4 {
        font-size: 18px;
        margin-bottom: 0;
        color: #fff !important
    }
}

.card-box .card-img-box figcaption .vlid-thru {
    text-align: center;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 5px
}

    .card-box .card-img-box figcaption .vlid-thru span {
        font-size: 14px
    }

@media (max-width:991px) {
    .card-box .card-img-box figcaption .vlid-thru {
        margin-bottom: 0
    }
}

.card-box .card-img-box figcaption .name-crn {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 20px
}

@media (max-width:991px) {
    .card-box .card-img-box figcaption .name-crn {
        font-size: 14px
    }
}

.card-box .card-img-box figcaption .name-crn span {
    font-size: 14px
}

@media (max-width:991px) {
    .card-box .card-img-box figcaption .name-crn span {
        font-size: 12px
    }
}

.card-box:hover figcaption {
    background: rgba(0, 0, 0, .7)
}



.white-box h3,
.light-bg-box h3 {
    font-size: 40px;
    color: red;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

    .white-box h3 img,
    .light-bg-box h3 img {
        vertical-align: middle
    }

.success-details-box {
    font-size: 16px;
    color: #333;
    text-align: center
}

@media (max-width:991px) {
    .success-details-box {
        font-size: 15px
    }
}


.success-details-box p {
    margin-bottom: 25px
}

.your-facta {
    background-color: #ececed;
    margin-top: 50px;
    padding: 30px;
    font-size: 18px;
    color: #333;
    text-align: center
}

    .your-facta strong {
       
        color: #036
    }

@media (max-width:991px) {
    .your-facta {
        font-size: 15px
    }
}

.what-we-offer .white-bg-wrapper.brdb {
    border-bottom: 1px solid #ececed
}

@media (max-width:767px) {
    .what-we-offer .white-bg-wrapper.brdb {
        border-bottom: none
    }
}

#enter-otp6-error,
#enter-otp7-error,
#enter-otp8-error,
#enter-otp9-error,
#enter-otp10-error {
    display: none !important
}

.custom-input label.active.focusIn.error {
    color: red !important
}

div.otp-box div.row div,
div.otp-box div.row div div.custom-input {
    position: inherit !important
}

    div.otp-box div.row div div.custom-input label {
        left: 20px !important
    }

.clsDatePicker {
    z-index: 100000
}

.ui-front {
    z-index: 9999999 !important
}

.show-offer-box.ML0 {
    margin-left: 0
}

.blue-grdn-bg .functionality-banner {
    padding-top: 5px
}

    .blue-grdn-bg .functionality-banner ul li {
        padding-bottom: 25px;
        min-height: 95px
    }

        .blue-grdn-bg .functionality-banner ul li.line-box {
            background-position: left 30px
        }



.hero-banner.privy-banner .hero-container.visible h1 {
    color: #ffc44e
}

@media (max-width:767px) {
    .hero-banner.privy-banner .hero-container.visible h1 {
        color: #ffc44e;
        font-size: 28px
    }
}

.hero-banner.privy-banner p {
    color: #fff
}

@media (max-width:991px) {
    .hero-banner.privy-banner p.pls {
        width: 45%
    }

        .hero-banner.privy-banner p.pls br {
            display: none
        }
}

@media (max-width:767px) {
    .hero-banner.privy-banner p.pls {
        width: 100%
    }
    .forMob{
        display:flex !important;
    }
}


.light_gry_bg.edge-faq {
    padding: 50px 0
}

    .light_gry_bg.edge-faq .get-help-list h4 {
        margin: 0 0 30px;
        text-align: center
    }

    .light_gry_bg.edge-faq .get-help-list .search-result-box {
        margin-bottom: 20px
    }

        .light_gry_bg.edge-faq .get-help-list .search-result-box.active .down-arrow {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .light_gry_bg.edge-faq .get-help-list .search-result-box .down-arrow {
            float: right;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

            .light_gry_bg.edge-faq .get-help-list .search-result-box .down-arrow .ic-box-top {
                font-size: 24px;
                color: red
            }

        .light_gry_bg.edge-faq .get-help-list .search-result-box h3 {
            line-height: 24px
        }

        .light_gry_bg.edge-faq .get-help-list .search-result-box .get-help-more {
            margin-top: 10px
        }

            .light_gry_bg.edge-faq .get-help-list .search-result-box .get-help-more p:last-child {
                margin-bottom: 0
            }

@media (max-width:767px) {
    .light_gry_bg.edge-faq .get-help-list .search-result-box {
        padding: 15px
    }
}

.light_gry_bg.edge-faq .get-help-list .pagination-row {
    margin-top: 30px
}

.group {
    position: relative;
    margin-bottom: 45px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    color:#757575;
}

    input:focus {
        outline: none;
        color:#000;
    }

/* LABEL ======================================= */
label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */
input:focus ~ label, input:not(:placeholder-shown) ~ label {
  top: -20px;
  font-size: 14px;
  color: #003366;
}


/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #003366;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #003366;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #003366;
    }

    to {
        width: 0;
        background: transparent;
    }
}


.col-xs-2{
    width:16% !important;
}

.pm-button {
    background: #ffffff;
    width: 131px;
    height: 47px;
    border: 1px solid #EC1E30;
    border-radius: 4px;
    font-size: 18px;
    color: #EC1E30;
    cursor: pointer;
}

.wrapper{
  display:flex !important;
}

.otp-input{
  border-radius:0px !important;
  border:none !important;
  border-bottom:1px solid #666 !important;
  width:10% !important;
}

@media screen and (max-width: 420px) {
  .otp-input {
    width: 13% !important;
  }
}
