/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');

.npd-left {
    padding-left: 0 !important;
}

.npd-right {
    padding-right: 0 !important;
}

.nmargin {
    margin: 0 !important;
}

a, img {
    outline: none;
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}

.btn-red {
    background-color: #e12b2a !important;
    color: #fff !important;
}

.btn-blue {
    background-color: #397cb5 !important;
    color: #fff !important;
}

    .btn-red:hover, .btn-blue:hover {
        background: #666 !important;
    }

.navbar {
    min-height: auto !important;
}

.navbar-header {
    width: 18%;
    float: left;
}

.navbar-brand {
    position: relative;
    z-index: 2;
    height: auto !important;
}

    .navbar-brand img {
        max-width: 125px;
    }

.navbar-nav.navbar-left .btn {
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 10px auto;
}

.navbar .navbar-collapse {
    position: relative;
}

    .navbar .navbar-collapse .navbar-left {
        float: left;
        text-align: center;
    }

        .navbar .navbar-collapse .navbar-left > li > a {
            padding: 40px 15px;
            border-bottom: 5px solid transparent;
            font-size: 15px;
            color: #000;
        }

        .navbar .navbar-collapse .navbar-left > li.active a {
            border-bottom: 5px solid #e12b2a;
            background-color: transparent !important;
            color: #e12b2a;
        }

        .navbar .navbar-collapse .navbar-left > li:hover a {
            border-bottom: 5px solid #e12b2a;
            background-color: transparent;
            color: #e12b2a;
        }

        .navbar .navbar-collapse .navbar-left > li:last-child {
            padding-left: 22px;
            float: right;
        }

            .navbar .navbar-collapse .navbar-left > li:last-child a {
                float: left;
                margin: 35px 0 25px 10px;
                padding: 5px 15px;
                border-bottom: none !important;
            }

            .navbar .navbar-collapse .navbar-left > li:last-child:hover {
            }

.navbar .nav-collapse {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 120px;
    padding-left: 80px;
    width: 100%;
}

.navbar.navbar-default .nav-collapse {
    background-color: #f8f8f8;
}

.navbar.navbar-inverse .nav-collapse {
    background-color: #222;
}

.navbar .nav-collapse .navbar-form {
    border-width: 0;
    box-shadow: none;
}

.nav-collapse > li {
    float: right;
}

.btn.btn-circle {
    border-radius: 50px;
}

.btn.btn-outline {
    background-color: transparent;
}

@media screen and (max-width: 980px) {
    .navbar .navbar-collapse .navbar-left > li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .nav-collapse {
        margin: 7.5px auto;
        padding: 0;
    }

        .navbar .nav-collapse .navbar-form {
            margin: 0;
        }

    .nav-collapse > li {
        float: none;
    }
}

#main-slider {
    position: relative;
    width: 100%;
    float: left;
    height: 600px;
    overflow: hidden;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 100px;
}

#main-slider .carousel .slide-margin {
    margin-top: 100px;
}

#main-slider .carousel h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

    #main-slider .carousel h1 small {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

#main-slider .carousel h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 100 !important;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
}

#main-slider .carousel p {
    color: #fff;
    font-size: 16px;
}

#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 600px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

    #main-slider .carousel .item:first-child {
        top: auto;
        position: relative;
    }

    #main-slider .carousel .item.active {
        opacity: 1;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        z-index: 1;
    }

#main-slider .prev, #main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #c52d2f;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

    #main-slider .prev:hover, #main-slider .next:hover {
        background-color: #000;
    }

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

    #main-slider .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: rgba(0,0,0,0);
        border: 1px solid #fff;
        left: -3px;
        top: -3px;
    }

#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #c52d2f;
    margin: 0 15px 0 0;
    border: 1px solid #c52d2f;
    position: relative;
}

    #main-slider .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #c52d2f;
        border: 1px solid #c52d2f;
        left: -3px;
        top: -3px;
    }

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}






.services {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -52px;
    z-index: 999;
}

.servicespol {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 2.5%;
}

    .servicespol li {
        width: 180px;
        height: 220px;
        text-align: center;
        display: inline-block;
        float: left;
        transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
    }

        .servicespol li:hover {
            margin-top: -15px;
        }

            .servicespol li:hover a {
                text-decoration: none;
            }

        .servicespol li:nth-child(odd) {
            background: url(../images/pol-light.png) top center no-repeat;
        }

        .servicespol li:nth-child(even) {
            background: url(../images/pol-dark.png) top center no-repeat;
        }

        .servicespol li img {
            position: relative;
            margin-top: -5px;
        }

        .servicespol li h3 {
            font-size: 24px;
            padding: 0 15px;
            font-weight: 100;
            color: #fff;
        }

.benefits {
    width: 100%;
    float: left;
    padding: 15px 0;
}

    .benefits h2 {
        font-size: 30px;
        padding: 0 0 20px 0;
        font-weight: 400;
        color: #000;
    }

    .benefits .feature {
        width: 100%;
        float: left;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

        .benefits .feature:last-child {
            border-bottom: none !important;
        }

        .benefits .feature .featureicon {
            width: 20%;
            text-align: center;
            padding: 15px 0;
            float: left;
        }

        .benefits .feature .featurecontent {
            width: 80%;
            float: left;
        }

            .benefits .feature .featurecontent h4 {
                font-size: 18px;
                font-weight: 700;
                padding: 0;
                margin: 10px 0 5px 0;
            }

.howitworks {
    width: 100%;
    float: left;
    overflow: hidden;
}

    .howitworks h1 {
        background: #e12b2a;
        color: #fff;
        padding: 55px 15px;
        position: relative;
        min-height: 230px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 28px;
        margin: 0;
    }

        .howitworks h1 span {
            display: block;
            font-size: 50px;
            font-weight: 300;
        }

        .howitworks h1:before {
            position: absolute;
            content: '';
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: #e12b2a;
            z-index: -1;
        }

.howpoints {
    width: 100%;
    float: left;
    background: #686868;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    min-height: 230px;
}

    .howpoints:after {
        position: absolute;
        content: '';
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #686868;
        z-index: -1;
    }

    .howpoints li {
        display: inline-block;
        width: 33%;
        text-align: center;
        float: left;
        color: #fff;
        padding: 0 3%;
        position: relative;
    }

        .howpoints li:after {
            position: absolute;
            content: '';
            background: url(../images/arrow.png) top right no-repeat;
            width: 100%;
            height: 100%;
            right: -15px;
            top: 50%;
        }

        .howpoints li:last-child:after {
            display: none;
        }

        .howpoints li h2 {
            background: url(../images/pol-light.png) top center no-repeat;
            background-size: 65px auto;
            padding-top: 20px;
            height: 85px;
        }

        .howpoints li h4 {
            text-transform: uppercase;
            font-weight: 700;
        }

        .howpoints li p {
            font-size: 13px;
        }

.business {
    width: 100%;
    float: left;
    margin: 25px 0;
}

    .business h2 {
        font-size: 36px;
        font-weight: 300;
        margin: 25px 0;
    }

    .business p {
        font-size: 12px;
    }

.businesspoints {
    width: 90%;
    float: left;
    height: 450px;
    background: url(../images/pay-business.png) center center no-repeat;
    position: relative;
    margin: 2.5% 5% 7% 5%;
}

.business .bs {
    position: absolute;
    width: 250px;
}

.business .bone {
    left: 1%;
    top: 0;
}

.business .bsix {
    left: 2%;
    top: 35%;
}

.business .btwo {
    right: 0;
    top: 9%;
}

.business .bthree {
    left: 10%;
    bottom: -5%;
}

.business .bfour {
    right: -2%;
    bottom: 0;
}

.business .bfive {
    left: 38%;
    top: 87%;
    text-align: center;
}

    .business .bfive h5 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 700;
    }

.keepsafe {
    width: 100%;
    float: left;
    background: url(../images/keepsafe-bg.png) center center no-repeat fixed;
    background-size: cover;
    text-align: center;
    padding: 5%;
}

    .keepsafe h3 {
        font-weight: 700;
        margin: 20px 0;
    }

    .keepsafe p {
        padding: 0 10%;
        font-size: 15px;
    }

.boxes {
    width: 100%;
    float: left;
    margin: 55px 0;
}

    .boxes .col-sm-6 {
        border-right: 1px solid #ddd;
    }

        .boxes .col-sm-6:last-child {
            border-right: none !important;
        }

    .boxes p {
        font-size: 13px;
        padding: 0 15%;
        line-height: 22px;
        color: #333;
    }

.footer {
    width: 100%;
    float: left;
    background: #e7e7e7;
    padding: 25px 0;
    margin-top: 30px;
}

    .footer img {
        max-width: 100%;
    }

    .footer .ft-links {
        margin: 0;
        padding: 0 0 15px 0;
        list-style-type: none;
    }

        .footer .ft-links li {
            display: block;
            padding: 2px 0;
        }

            .footer .ft-links li a {
                color: #666;
            }

            .footer .ft-links li i {
                width: 10%;
                float: left;
            }

            .footer .ft-links li span {
                width: 90%;
                float: left;
            }

            .footer .ft-links li a:hover {
                color: #e12b2a;
                text-decoration: none;
            }

    .footer h4 {
        font-weight: 700;
    }

.black {
    border-color: #ccc;
}


.contact-bg {
    background: url(../images/contact-bg.jpg) center right no-repeat;
    background-size: cover;
}

.about-bg {
    background: url(../images/aboutus-bg.jpg) center right no-repeat;
    background-size: cover;
}

.services-bg {
    background: url(../images/services-bg.jpg) center right no-repeat;
    background-size: cover;
}

.careers-bg {
    background: url(../images/careers-bg.jpg) center right no-repeat;
    background-size: cover;
}

.partner-bg {
    background: url(../images/partner-bg.jpg) center right no-repeat;
    background-size: cover;
}

.innerbanner {
    float: left;
    width: 100%;
    margin-top: 100px;
    padding: 50px 0;
}

.heading {
    text-align: left;
    padding-bottom: 35px;
}

    .heading h2 {
        padding-top: 25px;
        padding-right: 50px;
        margin-bottom: 10px;
        display: inline-block;
        color: #fff;
        border-color: #fff;
        font-size: 60px;
        line-height: 57px;
        padding-bottom: 5px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
    }

        .heading h2 span {
            display: block;
        }

    .heading h3 {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 0;
        font-weight: 400;
        text-transform: none;
    }

.contentdetails {
    background: #fff;
}

    .contentdetails h1 {
        font-size: 56px;
        font-weight: 300;
        text-transform: uppercase;
    }

        .contentdetails h1 span {
            font-weight: 700;
            color: #e94746;
        }

    .contentdetails p {
        font-size: 14px;
        font-weight: 300;
        color: #6f7275;
    }

.big_title {
    font-size: 18px !important;
    font-weight: 300;
    color: #000 !important;
    padding: 15px 0;
}

.abimg {
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.contentdetails h3 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #4f525a;
}

.conForm {
    width: 100%;
    float: left;
    background: #ececec;
    padding: 15px;
    margin: 25px 0;
}

    .conForm input {
        background: #fff;
        border: solid 1px #dbdbdb !important;
        color: #000;
        padding: 15px 30px 15px 20px;
        border: none;
        margin-right: 3%;
        margin-bottom: 15px;
        outline: none;
    }

.pr-none {
    padding-right: 0 !important;
}

.pl-none {
    padding-left: 0 !important;
}

.conForm select {
    background: #fff;
    border: solid 1px #dbdbdb !important;
    color: #000;
    padding: 15px 30px 15px 20px;
    border: none;
    margin-bottom: 15px;
    outline: none;
    max-width: 48.5%;
    margin-right: 3%;
}
.conForm select.dll{
    max-width: 97%;
    margin-right: 0%;
} 

.conForm textarea {
    background: #fff;
    color: #000;
    border: solid 1px #dbdbdb !important;
    padding: 15px 30px;
    border: none;
    margin-bottom: 40px;
    outline: none;
    height: 100px;
}

.conForm .submitBnt {
    background: #ff554e;
    font-family: 'Montserrat',sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    float: right;
    margin: 0;
    border: none !important;
}

    .conForm .submitBnt:hover {
        background: #323641;
    }

input.noMarr, select.noMarr {
    margin-right: 0 !important;
}


input.noBMarr, select.noBMarr {
    margin-bottom: 0 !important;
}

.servicebox {
    width: 100%;
    float: left;
    margin: 35px 0;
}

.serviceicon {
    width: 30%;
    padding-right: 5%;
    float: left;
}

.servicecontent {
    width: 70%;
    float: left;
}

    .servicecontent h5 {
        font-size: 20px;
    }

    .servicecontent p {
        padding-right: 15%;
    }

.location_box1 {
    width: 85%;
    float: left;
}

.applybox {
    float: right;
    padding: 25px;
    width: 15%;
}

.btn-rd {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}

.tab_grid {
    margin: 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

    .tab_grid:last-child {
        border-bottom: none;
    }

.location_box1 h6 {
    font-weight: 400;
    font-size: 1.1em;
    color: #f15f43;
    text-transform: capitalize;
}

.location_box1 p > a {
    color: #333;
    text-transform: capitalize;
    padding: 2px 10px !important;
    font-size: 11px !important;
    background: #ddd !important;
    margin: 5px 0;
}

span.m_1 {
    font-size: 13px;
}

i.icon_1 {
    font-size: 13px;
    color: #555;
    margin-top: 2%;
    margin-right: 5px;
    float: left;
}

span.m_2 {
    font-weight: 500;
}

ul.links_bottom {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.links_bottom li {
        display: inline-block;
        margin-right: 5%;
    }

        ul.links_bottom li.last {
            margin-right: 0;
        }

span.icon_text {
    vertical-align: middle;
    font-size: 13px;
    color: #555;
    float: left;
}

    i.icon_1:hover, span.icon_text:hover {
        color: #f15f43;
    }


.mt30 {
    margin-top: 30px;
}

.partnerbox {
    width: 100%;
    float: left;
    padding: 25px 0;
    margin: 15px 0;
    border-bottom: 1px solid #eee;
}

    .partnerbox:last-child {
        border-bottom: none;
    }

    .partnerbox a {
        text-transform: uppercase;
        font-weight: 300;
        margin: 15px 0;
    }

    .partnerbox img {
        margin: 0 auto;
    }


@media screen and (min-width: 768px) {
    .conForm input.col-lg-6 {
        width: 48.5%;
    }
}

@media (max-width: 1200px) {
    .servicespol li {
        width: 148px;
    }

    .navbar .navbar-collapse .navbar-left > li:last-child {
        padding-left: 5px;
    }

    .navbar .navbar-collapse .navbar-left > li > a {
        padding: 40px 12px;
        font-size: 14px;
    }

    .navbar-header {
        width: 15%;
    }

    .benefits .col-sm-3 img {
        max-width: 100%;
    }

    .benefits .feature {
        min-height: 107px;
    }

    .howitworks h1 span {
        font-size: 36px;
    }

    .container {
        width: 94%;
    }

    .innerbanner {
        margin-top: 55px;
    }
}


@media (max-width: 1170px) {
    .business {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin: 18px 0px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-header {
        width: 100%;
    }

    .servicespol li {
        width: 114px;
        height: 161px;
        background-size: 100% 100% !important;
    }

        .servicespol li h3 {
            font-size: 18px;
        }

    .navbar-brand img {
        max-width: 100px;
    }

    .navbar-brand {
        padding: 10px;
    }

    .navbar .navbar-collapse .navbar-left > li > a {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 767px) {
    .conForm select{
        max-width:100%;
    }

    .howpoints li {
        display: block;
        width: 100%;
        padding: 25px 10px;
    }

        .howpoints li:after {
            background: url(../images/arrow.png) center no-repeat;
            width: 100%;
            height: 100%;
            left: 0%;
            bottom: 0;
            -ms-transform: rotate(90deg); /* IE 9 */
            -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
            transform: rotate(90deg);
        }

    .servicespol li {
        width: 33%;
        height: 125px;
        max-width: 108px;
        background-size: 100% 100% !important;
    }

        .servicespol li h3 {
            font-size: 14px;
            margin: 5px 0;
            font-weight: 700;
        }

        .servicespol li img {
            max-width: 50px;
        }

    .benefits .col-sm-3 img {
        width: 100px;
        display: none;
    }

    #main-slider .carousel .carousel-content {
        margin-top: 35px;
    }

    .howitworks h1 {
        min-height: inherit;
        padding: 25px 0px;
        text-align: center;
    }

    #main-slider .carousel p {
        font-size: 14px;
    }

    #main-slider .carousel h1 {
        font-size: 18px;
    }

    #main-slider .carousel h2 {
        font-size: 36px;
    }

    .benefits .feature:last-child {
        border-bottom: 1px solid #ddd !important;
    }

    .boxes .col-sm-6 {
        border-bottom: 1px solid #ddd;
        border-right: none;
        padding: 15px 0;
    }

        .boxes .col-sm-6:last-child {
            border-bottom: none;
        }

    .footer .col-sm-2 {
        text-align: center;
    }

    .footer .ft-links, .footer h4 {
        text-align: center;
    }

        .footer .ft-links li span, .footer .ft-links li i {
            width: auto;
            float: none;
        }

    .applybox, .location_box1 {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .servicespol {
        width: 300px;
    }
}


/*  Add Money */
.myprofile ul, .myprofile li {
    list-style-type: none;
}

.myprofile .absolute-wrapper-profile {
    background: 0 0;
    width: 100%;
}

.myprofile .bigContainer-profile {
    border: 1px solid #e12b2a;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
    margin-bottom: 15px;
    height: 100px;
}

.myprofile .yourWallet ul li:first-child {
    float: left !important;
    width: 150px;
    color: #000;
    border-right: 1px dotted #DEEAEE;
}

    .myprofile .yourWallet ul li:first-child i {
        font-size: 35px;
        float: left !important;
        margin-right: 10px;
        color: #00B9F5;
    }

    .myprofile .yourWallet ul li:first-child span.value {
        font-size: 18px;
        font-weight: 600;
        display: block;
    }

    .myprofile .yourWallet ul li:first-child span.text {
        font-size: 12px;
        font-weight: 400;
    }

.myprofile .yourWallet ul li.col {
    float: left !important;
    margin: 0 0 0 25px;
    width: auto;
}

    .myprofile .yourWallet ul li.col md-input-container {
        width: auto;
        padding-bottom: 5px !important;
        float: left !important;
    }

.myprofile .yourWallet ul li.last {
    float: right !important;
    margin-top: 4px;
}

    .myprofile .yourWallet ul li.last .md-button {
        width: 250px !important;
    }

.pn {
    padding: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.pln {
    padding-left: 0 !important;
}

.prn {
    padding-right: 0 !important;
}

.box-profile {
    border: 1px solid #e12b2a;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px 30px 20px 20px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.list-group-item.active {
    background-color: #e12b2a;
    color: #fff !important;
    border: 1px solid #e12b2a;
}

    .list-group-item.active:focus, .list-group-item.active:hover {
        z-index: 2;
        color: #e12b2a !important;
        background-color: #fff !important;
        border-color: #e12b2a !important;
    }

.cust-form-heading {
    border-bottom: 1px solid #e12b2a;
    padding-bottom: 8px;
    margin-bottom:20px;
}

.balance-box i {
    font-size: 40px;
    margin-right: 6px;
    float: left;
}

.cust-tab-menu-link {
    float: left;
    width: 125px;
    text-align: center;
}

    .cust-tab-menu-link i {
        width: 100%;
        margin: auto;
        text-align: center;
        font-size: 30px;
    }

.addmoneyform .col {
    margin-top: 22px;
}

@media(max-width:830px) {
    .cust-tab-menu-link {
        padding: 5px 2px;
        width: auto;
    }

    .cust-tab-menu .list-group {
        width: 565px;
    }

    .cust-tab-menu-link i {
        font-size: 18px;
    }

    .cust-tab-menu {
        overflow-x: auto;
    }
}
