::selection {
    background: #72c02c;
    color: #fff;
}

::-moz-selection {
    background: #72c02c;
    color: #fff;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 2rem;
}

select option {
    padding: 0.8rem 1.5rem;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:focus {
    outline: none;
}

.article {
    min-height: 430px;
}

.wrapper {
    overflow: hidden;
}

.container-fluid {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}

.padding15 {
    padding: 1.5rem 0;
}

.padding55 {
    padding: 5.5rem 0;
}

.paddingbtm55 {
    padding: 0 0 5.5rem;
}

.paddingbtm40 {
    padding: 0 0 4.0rem;
}

.padding40 {
    padding: 4.0rem 0;
}

.modal input[type='text'], .modal input[type='password'] {
    border: 1px solid #ccc;
}

.modal .btn-holder .btn {
    color: #fff;
    margin: 0 0 15px;
    width: 90%;
    text-align: left;
    position: relative;
}

    .modal .btn-holder .btn:before {
        background: #0F3660;
        -webkit-box-shadow: 1px 0 0 0 #1F5688;
        -moz-box-shadow: 1px 0 0 0 #1F5688;
        -ms-box-shadow: 1px 0 0 0 #1F5688;
        -o-box-shadow: 1px 0 0 0 #1F5688;
        box-shadow: 1px 0 0 0 #1F5688;
        content: "";
        height: 100%;
        position: absolute;
        left: 32px;
        width: 1px;
        top: 0;
    }

    .modal .btn-holder .btn.google:before {
        background: #812c16;
        -webkit-box-shadow: 1px 0 0 0 #de6141;
        -moz-box-shadow: 1px 0 0 0 #de6141;
        -ms-box-shadow: 1px 0 0 0 #de6141;
        -o-box-shadow: 1px 0 0 0 #de6141;
        box-shadow: 1px 0 0 0 #de6141;
    }

    .modal .btn-holder .btn:hover {
        opacity: .9;
    }

.modal .btn-holder i {
    width: 30px;
}

.facebook {
    background: #3a5795;
}

.google {
    background: #da4c28;
}

.modal .btn-holder {
    padding: 10px;
}

.ajax-loader {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
}

    .ajax-loader p {
        color: rgb(255, 255, 255);
        font-size: 25px;
        margin-top: 5%;
        text-align: center;
    }

    .ajax-loader .loading {
        position: absolute;
        top: 20%;
        left: 42%;
    }

.slogan {
    background: rgba(65, 67, 75, 0.5);
}

    .slogan h2 {
        margin: 0;
        padding: 10px 0;
        text-align: center;
        color: #fff;
    }

/*banner*/
.banner {
    background: url("images/bg-banner.jpg");
    background-size: cover;
}

    .banner h2 {
        color: #fff;
    }

.banner-overlay {
    background: rgba(255, 255, 255, 0.1);
}

.banner-slogan {
    color: #fff;
    margin-top: 65px;
}

.mobile-form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px -1px rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    padding-top: 10px;
}

.input-lg, .form-group-lg .form-control {
    font-size: 1.4rem;
}

.except.form-group {
    position: relative;
}

.util-img-wrap li {
    display: inline;
}

    .util-img-wrap li input[type='radio'] {
        vertical-align: middle;
    }

    .util-img-wrap li a {
        padding: 4px;
        /*background:#fefefe;*/
        display: inline-block;
    }

    .util-img-wrap li img {
        opacity: 0.3;
    }

    .util-img-wrap li a:hover, .util-img-wrap li a.active {
        box-shadow: 0 0 1px 2px #fefefe;
    }

        .util-img-wrap li a:hover img, .util-img-wrap li a.active img {
            opacity: 1;
            -webkit-transition: opacity 0.5s;
            -moz-transition: opacity 0.5s;
            -ms-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
        }

.svc-logo-wrap {
    text-align: center;
}

.except label {
    color: #8a8e99;
    left: 1.7rem;
    position: absolute;
    top: 1.3rem;
    z-index: 999;
}

.except .form-control {
    padding-left: 5.5rem;
}

.btn-lg, .btn-group-lg > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.banner .btn-lg,
.banner .btn-group-lg > .btn {
    width: 100%;
}

.bg-pattern {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGElEQVQIW2N8//79f8bPnz//Z/z169d/AFYWC5VhCtObAAAAAElFTkSuQmCC");
}

.lbl-service-name {
    color: #fff;
}

.greeting {
    margin-right: 10px;
}

.nav li.active a {
    background-color: #72c02c !important;
    color: #fff !important;
}

.notification-index {
    background: rgba(255, 0, 0, 0.6);
    border-radius: 13px;
    color: rgb(255, 255, 255);
    margin: 0 0 0 10px;
    padding: 0 5px;
}

.notification-index-top {
    background: rgba(255, 0, 0, 0.6);
    border-radius: 13px;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin: -16px 0 0 10px;
    padding: 0 6px;
    position: absolute;
    right: -15px;
    top: 15px;
}

/*order list*/
.note {
    color: #fff;
    text-transform: capitalize;
}

.order-list-form {
    background: none repeat scroll 0 0 rgba(48, 48, 48, 0.2);
    box-shadow: 0 1px 8px -1px rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-pay {
    margin: 15px 0;
    text-align: center;
}
/*.table-holder{
    max-height: 300px;
    overflow: auto;
}*/
.table-wrap .table {
    background: rgba(64, 67, 74, 0.4);
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.table-wrap thead,
.table-wrap tfoot {
    background: rgba(64, 67, 74, 0.4);
}

.table-wrap .table-striped > tbody > tr {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

    .table-wrap .table-striped > tbody > tr:nth-child(2n+1) {
        background-color: rgba(249, 249, 249, 0);
    }

        .table-wrap .table-hover > tbody > tr:hover,
        .table-wrap .table-striped > tbody > tr:nth-child(2n+1):hover {
            background-color: rgba(64, 67, 74, 0.3);
        }

.table-wrap .btn {
    float: right;
    width: 20%;
    margin: 2rem 0 0;
}

.has-feedback a:before {
    content: '';
    display: block;
    clear: both;
}

.cross {
    color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 8px;
    width: 20px;
}
/*safe and secure*/
.safe-secure {
    text-align: center;
}

.heading h2 {
    margin: 0 0 8px;
}

.heading strong {
    font-size: 1.6rem;
}

.wrap {
    padding: 4rem 0 0;
}

    .wrap.small-wrap {
        padding: 1rem 0 0;
    }

    .wrap figure {
        margin: 0 0 2rem;
    }

.home.wrap .fa {
    padding: 2.2rem;
    font-size: 3.5rem;
    color: #72c02c;
    border: 0.2rem solid;
}

.wrap .fa {
    /*padding: 2.2rem;*/
    font-size: 1.5rem;
    color: #72c02c;
    /*border: 0.2rem solid;*/
}
/*footer*/
.footer {
    color: rgba(64, 67, 74,.75);
    border-top: 1px solid #ccc;
    background: rgba(65, 67, 75, 0.2);
}

    .footer a {
        color: rgba(64, 67, 74,.75);
    }

        .footer a:hover {
            color: #72c02c;
        }
/*footer btm*/
.footer-btm {
    text-align: center;
    padding: 1rem 0;
    background: #41434b;
    color: #fff;
}

.footer-nav li {
    display: inline;
}

    .footer-nav li a {
        color: #fff;
        font-size: 1.2rem;
    }

.cards {
    padding-top: 0.5rem;
}

    .cards span {
        display: block;
        font-size: 1.0rem;
        margin: 0 0 0.5rem;
        text-align: right;
        text-transform: capitalize;
    }

    .cards li {
        display: inline-block;
        max-width: 44px;
    }
/*login page*/
.create h3 {
    color: #fff;
    text-transform: uppercase;
}

.create > .form-wrap {
    margin-bottom: 1.5rem;
}
/*credit-card - payment page*/
.credit-card {
    background: #f1f1f1;
}

    .credit-card h3 {
        border-bottom: 0.1rem solid #ccc;
        padding: 0 0 1.5rem;
    }

.form-horizontal .control-label {
    text-align: left;
    text-transform: capitalize;
}

.credit-card .form-control {
    border-color: #ccc;
}

.credit-card select {
    width: 100%;
    border: 1px solid #ccc;
}

.credit-card .inline select {
    width: auto;
}

.credit-card .form-infos {
    margin: 0 0 1.5rem;
}

    .credit-card .form-infos span {
        display: block;
    }

.card-status span {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.box {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    box-shadow: 0 0 1px 0px #ccc;
    padding: 15px;
    margin: 0 0 15px;
}

.message-box {
    padding: 15px;
}

.order-summary {
    position: relative;
    background: rgb(255,255,255);
    padding: 25px;
}

    .order-summary.transparent {
        background: rgba(255,255,255,0.7);
    }

    .order-summary:before {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAkklEQVQYV2NYv359/n884P3792cZGBgMgJhB6cCBA2XYFH348OEcLy+vBlCNAkihMBDLoSuGKlIDyokDsQBIITuUIXfo0KFSkKLPnz9fhSoSA2IuIGYFKWSCKhYEYplHjx7N2LNnTzRUETcQMwMxIwMUwBTzA7EIEAtBFbEgK0JWDLKCA6oJqyIGqCAjVAMTuiIAuCdhjWF6oYAAAAAASUVORK5CYII=) 0 100% repeat-x;
        clear: both;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -7px;
    }

    .order-summary h3 {
        color: #72c02c;
    }

.credit-card label {
    font-weight: normal;
}

.order-summary .table tbody strong {
    color: #72c02c;
}

.transaction-statement {
    min-height: 490px;
}

.reportrange {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    color: #333333;
    padding: 8px;
    line-height: 18px;
    cursor: pointer;
}

    .reportrange i.fa {
        font-size: 10px;
        padding: 3px;
        position: relative;
        top: -2px;
    }


.payment-selector span {
    margin: 0 10px 0 0;
}

.dd-options {
    max-height: 280px;
}

/* Form Progress */
.progress {
    background-color: #fff;
    width: auto;
    height: auto;
    margin: 0 0 1px;
    text-align: center;
    box-shadow: none;
    padding: 15px 0;
}

    .progress .circle,
    .progress .bar {
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #d5d5da;
    }

    .progress .bar {
        position: relative;
        width: 80px;
        height: 6px;
        margin: 0 -5px 17px -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        bottom: 15px;
    }

    .progress .circle .label {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 25px;
        border-radius: 32px;
        margin-top: 3px;
        color: #b5b5ba;
        font-size: 17px;
    }

    .progress .circle .title {
        display: inline-block;
        text-align: center;
        color: #b5b5ba;
        font-size: 13px;
        line-height: 30px;
        margin-left: -35px;
        width: 110px;
    }

    /* Done / Active */
    .progress .bar.done,
    .progress .circle.done {
        background: #eee;
    }

    .progress .bar.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .progress .circle.done .label {
        color: #FFF;
        background: #8bc435;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress .circle.done .title {
        color: #444;
    }

    .progress .circle.active .label {
        color: #FFF;
        background: #0c95be;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress .circle.active .title {
        color: #0c95be;
    }


     /*css for fathers day landing page*/
.banner-fathers-day{position: relative;}
.banner-fathers-day .bill-payments{position: absolute;z-index: 99;top:0;bottom:0;left:0;right:0;}
.bills-utility{padding-top: 15px;padding-left: 150px;}
.bills-utility ul{
    background:url(images/ul-background.png ) no-repeat center #484a9b;
    background-size: 100%; 
    display: inline-block;
    padding: 15px 35px 15px 50px;
    border-radius: 10px;
    text-align: center;
}
.bills-utility ul li{margin-bottom: 6px;padding:0;}
.bills-utility ul li a{display: inline-block;color:#000;}
.bills-utility ul li a .icon{display: inline-block;width: 30px;height: 30px;border-radius: 100%;border:2px solid #fff;vertical-align: middle;position: relative;z-index: 9;}
.bills-utility ul li a span{display: inline-block;vertical-align: middle;position: relative;z-index: 8;border-radius: 24px;left:-17px;border:2px solid #fff;padding:0px;text-align: center;width: 120px;background: #fff;}
.icon.icon-phone{background: url(images/icon-phone.png) no-repeat center #484a9b; }
.icon.icon-tap{background: url(images/icon-tap.png) no-repeat center #484a9b; }
.icon.icon-lightbulb{background: url(images/icon-bulb.png) no-repeat center #484a9b; }
.icon.icon-wifi{background: url(images/icon-wifi.png) no-repeat center #484a9b; }
.bill-pay-form {
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    position: absolute;
    right: -40px;
    top: -196px;
    padding-bottom: 170px;
    left: 40px;
}
.bill-pay-form h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.bill-pay-form h4 {
    color: #969899;
    font-size: 21px;
}
.bill-pay-form .form-control{min-height: 42px;border:2px solid #ccc;border-radius: 3px;}
.bill-pay-form .btn-primary{background: #196cb5;padding:18px;border:none;border-bottom: 4px solid #403e94;}
.father-day-slogan {
    background: rgba(118, 197, 221, 0.33);
    padding: 15px 0;
}

.father-day-slogan h4 {
   
    margin-bottom: 10px;
    color: #4c4c4c;
    font-size: 24px;
    font-weight: 500;
    text-align: center;    
    text-transform: uppercase;
}
.father-day-slogan h4 b{font-weight: bolder;color:#000;}
.father-day-slogan p {
    text-transform: none;
    margin-bottom: 8px;
    color: #585858;
    font-size: 16px;
    text-align: justify;
}
.father-day-slogan h5 {
    text-transform: capitalize;
    color: #024490;
    font-size: 18px;
    margin-bottom:12px;
    text-align:center;
}

.payment-opts li input[type="checkbox"]{display:inline-block;vertical-align:middle;margin:0;margin-right:5px;}
.payment-opts li label{font-weight:500;display:inline-block;vertical-align:middle;padding:4px 0px;margin:0;}
.cards{padding-top:0;}