@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    padding: 0;
    background: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 22px;
}


h1 {
    font-size: 35px;
    color: #333;
    font-weight: 300;
    text-align: left;
    margin: 30px 0 0;
}

    h1 strong {
        color: #01608e;
        font-weight: 600;
    }

    h1:after {
        content: '';
        display: block;
        bottom: 7px;
        /*width: 52%;*/
        margin: 10px 0;
        border-top: #333 1px dashed;
    }

h2 {
    font-size: 35px;
    color: #141414;
    font-weight: 300;
    text-align: center;
    margin: 30px 0;
}

    h2 strong {
        color: #333;
        font-weight: 600;
    }

    h2:after {
        content: '';
        display: block;
        bottom: 7px;
        width: 90px;
        margin: 15px auto;
        text-align: center;
        border-top: #333 2px dashed;
    }

h3 {
    color: #000 !important;
    font-size: 20px;
    text-align: left;
}

    h3 span {
        color: #ed3b3c;
    }

h4 {
    margin-bottom: 5px;
    color: #ec2432;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

h5 {
    text-align: center;
    margin: 20px;
}

    h5 span {
        background: #252525;
        color: #fff;
        padding: 10px 25px;
        font-size: 18px;
        border-left: #05c2bf 4px solid;
        border-right: #05c2bf 4px solid;
    }

#header {
    margin-bottom: 0px; /*position: fixed;*/
    z-index: 9999;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px #ccc;
}

.top-header {
    background: #1b8dcb;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
}

    .top-header ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .top-header li {
        float: left;
        padding: 0 6px;
        color: #fff;
        border-right: #ccc 0px solid;
    }

        .top-header li:last-child {
            padding-right: 0;
            border-right: 0;
        }

        .top-header li a {
            color: #fff;
            text-decoration: none;
            line-height: 25px;
        }

            .top-header li a:hover {
                color: #ffc2cf;
            }

    .top-header .right {
        text-transform: uppercase;
        font-weight: 600;
    }

#header .logo {
    padding: 10px 0;
}
.rotate {
  animation: rotation2 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation2 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(359deg);
  }
}


#header .right {
    float: right;
    margin-top: 23px;
}

nav ul {
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 0;
}

    nav ul li {
        float: left;
        text-align: left;
        background: url(../images/menu-line.png) top right no-repeat;
        padding: 0px 5px;
    }

        nav ul li:first-child {
            padding-left: 0;
        }

        nav ul li:last-child {
            padding-right: 0;
            background-image: none;
        }

        nav ul li a {
            display: block;
            height: 40px;
            line-height: 40px;
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
            padding: 0px 15px;
            font-weight: 500;
            border-radius: 20px;
            background: #01608e;
        }

            nav ul li a:hover {
                background: #1b8dcb;
                color: #fff;
                text-decoration: none;
            }

nav li ul {
    position: absolute;
    overflow: hidden;
    /*width:150px;*/
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
    z-index: 99999;
    background: #1b8dcb;
    border-radius: 20px;
}

    nav li ul li {
        float: none;
        text-align: left;
        background-image: none;
        padding: 0;
    }

        nav li ul li a {
            display: block;
            font-size: 13px;
            text-transform: none;
            text-decoration: none;
            background: none;
            height: 35px;
            line-height: 35px;
            color: #fff;
            padding: 0px 15px;
            border-radius: 0px;
            border-bottom: #647488 1px solid;
        }

            nav li ul li a:hover {
                background: #01608e;
                color: #fff;
                line-height: 35px;
                height: 35px;
                border-radius: 0px;
            }

nav li:hover ul {
    display: block;
}

#menubox {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px #ccc;
}

.shrink {
    top: 0px !important;
    transition: all .2s linear;
}


.bs-slider {
    margin-top: 100px;
}

.slicknav_menu {
    display: none;
}

#banner {
    width: 100%;
}

.inner-banner {
    margin-top: 15px;
    margin: 100px 0 40px;
    background: #fcab8d url(../images/inner-banner.jpg) no-repeat;
    background-size: cover;
    height: 200px;
}

    .inner-banner h2 {
        text-align: center;
        color: #fff !important;
        font-weight: 500;
        font-size: 40px !important;
        line-height: 205px;
        text-shadow: #272727 0px 2px 3px;
    }

        .inner-banner h2:after {
            border: 0;
        }

.legal-banner { /*margin-top: 15px;*/
    margin: 0 0 40px;
}

    .legal-banner h2 {
        text-align: center;
        color: #fff !important;
        font-weight: 500;
        font-size: 40px !important;
        line-height: 226px;
        text-shadow: #272727 0px 2px 3px;
        position: absolute;
        right: 0;
        left: 0;
    }

        .legal-banner h2:after {
            border: 0 !important;
        }

    .legal-banner h3 {
        text-align: center;
        color: #fff !important;
        font-weight: 500;
        font-size: 30px !important;
        text-shadow: #272727 0px 2px 3px;
        position: absolute;
        padding-top: 100px;
        right: 0;
        left: 0;
    }

        .legal-banner h3 span {
            font-size: 16px;
            text-align: center;
            display: block;
            color: #fff;
            line-height: 35px;
        }

.image {
    float: right;
    margin-left: 30px;
    width: 44%;
}


.inner-intro {
    height: 175px;
    display: block;
    position: relative;
    overflow: hidden;
}

    .inner-intro h2 {
        font-size: 60px;
        color: #fff;
        margin-top: 40px;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        position: relative;
    }

.Why-Choose {
    background: #1b8dcb3d url(https://www.transparenttextures.com/patterns/nice-snow.png);
    padding: 40px 0px;
}

#box-plan {
    margin-top: 0px;
    position: relative;
    z-index: 999;
    padding: 40px 0px;
    background-color: #eee;
}

    #box-plan h2:after {
        content: '';
        display: block;
        bottom: 7px;
        width: 200px;
        margin: 15px auto;
        text-align: center;
        border-top: #333 2px dashed;
    }

    #box-plan .col-md-4 {
        padding-right: 0;
        padding-left: 0;
    }



.deposit-box {
    padding-top: 20px;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    text-align: left;
}

.deposit-box {
    background-image: linear-gradient(-80deg, #f1966b, #da591b);
}

    .deposit-box.deposit {
        background-image: linear-gradient(-80deg, #7f8b9a, #576577);
    }

    .deposit-box.deposit2 {
        background-image: linear-gradient(-80deg, #a1c36d, #7fba2c);
    }

    .deposit-box.deposit3 {
        background-image: linear-gradient(-80deg, #ffbf00, #d8a200);
    }

    .deposit-box p {
        line-height: 22px;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        padding: 0 5px;
    }

    .deposit-box h2 {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

        .deposit-box h2:after {
            border: 0 !important;
        }

    .deposit-box .bottom-box {
        padding: 10px;
        text-align: center;
    }

        .deposit-box .bottom-box a {
            text-align: right;
            color: #fff;
            margin: 0;
            height: auto;
            font-weight: 500;
            display: inline-block;
        }

    .deposit-box:hover {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



.sec-title {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

..sec-title h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    color: #646d72;
    margin-bottom: 0px;
}

.sec-title h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: #3a4145;
}

.sec-title .line {
    position: relative;
    width: 40px;
    height: 6px;
    background: #cccccc;
    margin: 10px auto 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.sec-title.style-two .line {
    background: #ffffff;
}

.overlay-before:before {
    content: '';
    width: 517px;
    height: 215%;
    position: absolute;
    top: 0;
    left: 0;
    background: #006323;
    transform: rotate(23deg);
    -webkit-transform: rotate(23deg);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
}

.btn-info {
    background: #fff;
    border: 0;
    padding: 10px 20px;
    color: #d43040;
    font-weight: 600;
    font-size: 16px;
}

    .btn-info:hover {
        background: #222;
    }

.btn-danger {
    border: 0;
    background: #e71644;
    border-radius: 5px;
    padding: 8px 20px;
}

    .btn-danger:hover {
        background: #bf0940;
    }

.indicators-line > .carousel-indicators {
    display: none;
}

.more-btn {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    font-weight: 700;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .more-btn:hover {
        background: #05c2bf;
        color: #ffffff;
        border-color: #05c2bf;
    }

.more-btn2 {
    position: relative;
    margin: 10px;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #05c2bf;
    font-size: 14px;
    border: 2px solid #05c2bf;
    font-weight: 700;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .more-btn2:hover {
        background: #05c2bf;
        color: #ffffff;
        border-color: #05c2bf;
    }



.bg-danger {
    background: #d43040 !important;
}

.table {
    text-align: center;
}

    .table th {
        text-align: center;
        color: #fff;
    }

.element {
    margin-top: 28px;
    animation-name: stretch;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

/*** 

====================================================================
	Fleet Gallery style
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 80px 0px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
}

    .gallery-section .column {
        position: relative;
        padding: 0px;
    }

        .gallery-section .column .image {
            position: relative;
            overflow: hidden;
        }

            .gallery-section .column .image img {
                position: relative;
                display: block;
                width: 100%;
                height: auto;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

        .gallery-section .column:hover .image img {
            transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
        }

        .gallery-section .column .image .overlay-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
        }

            .gallery-section .column .image .overlay-box .link {
                position: absolute;
                left: -100%;
                top: 0px;
                width: 100%;
                height: 100%;
                display: table;
                vertical-align: middle;
                color: #ffffff;
                background: rgba(205,95,73,0.80);
                opacity: 0;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

            .gallery-section .column .image .overlay-box .txt {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                color: #ffffff;
                text-transform: capitalize;
                font-weight: 800;
                font-size: 14px;
            }

        .gallery-section .column:hover .image .overlay-box .link {
            left: 0px;
            opacity: 1;
        }


.welcome-area {
    margin: 20px 0;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

    .welcome-area .right-img {
        float: right;
        margin-left: 25px;
    }

.readmore {
    position: relative;
    padding: 9px 25px;
    line-height: 24px;
    text-transform: capitalize;
    color: #54667c !important;
    font-size: 14px;
    border: 1px dashed #54667c !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .readmore .fa {
        padding-right: 5px;
    }

    .readmore:hover {
        background: #54667c;
        color: #fff !important;
        border-color: #fff !important;
    }

.news {
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
    margin-top: 25px;
    padding: 10px 25px;
    border-radius: 10px;
    border: #54667c 1px solid;
}

    .news h2 {
        font-size: 25px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

.newsticker-jcarousellite {
    height: 220px !important;
    overflow: hidden;
    padding-top: 18px !important;
}

#right h1 {
    padding-left: 15px;
}

#right .right {
    background: #fff;
    padding: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    color: #fff;
}

    #right .right ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #right .right ul li {
            border-bottom: #ccc 1px solid;
            color: #333;
            font-size: 12px;
            line-height: 20px;
            text-align: left;
            margin-bottom: 20px;
            padding-bottom: 10px !important;
        }

hr {
    border-top: 1px solid #ccc !important;
}

.table th {
    background: #364250 !important;
    color: #fff;
}

table td, .table th {
    padding: 0.40rem 0.55rem!important;
}

.parallax-section {
    left: 0px;
    top: 0px;
    width: 100%;
    color: #fff;
    height: 100%;
    background: #05c2bf;
    z-index: 0;
}

.parallax-section {
    padding: 30px 0;
}

    .parallax-section h2 {
        position: relative;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 30px;
        color: #fff;
        text-align: center;
    }

    .parallax-section .line {
        position: relative;
        width: 100px;
        height: 6px;
        background: #fff;
        margin: auto;
        margin-bottom: 20px;
        margin-top: -10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .parallax-section strong {
        font-weight: 700;
    }

.padding {
    padding-right: 0;
}

.career-form {
    padding: 0 15px;
    border: #ccc 1px solid;
}

#career {
    text-align: left;
}

    #career h2 {
        background: #394673;
        color: #fff;
        padding: 8px 10px;
        font-size: 16px;
    }

    #career .career {
        border: #ccc 1px solid;
        border-bottom: #ccc 4px solid;
        padding: 10px;
        padding-bottom: 0;
        margin-bottom: 25px;
    }

        #career .career h3 {
            color: #F00;
            margin-top: 0;
            border-bottom: #ccc 0px solid;
            padding-bottom: 0px;
        }

.our-schemes {
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
    margin-top: 25px;
    padding: 20px 0 25px;
    border-radius: 10px;
    border: #54667c 1px solid;
    height: 250px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .our-schemes:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .our-schemes:hover, .our-schemes:focus, .our-schemes:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .our-schemes:hover:before, .our-schemes:focus:before, .our-schemes:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

    .our-schemes p {
        text-align: center;
        padding: 0 15px;
        color: #333;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 15px;
    }

    .our-schemes .img {
        margin: auto;
    }

    .our-schemes h3 {
        text-align: center;
        color: #54667c !important;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 600;
        margin-top: 7px;
    }

    .our-schemes .link {
        position: relative;
    }

    .our-schemes .normal-btn {
        position: relative;
        padding: 7px 15px;
        line-height: 20px;
        text-transform: capitalize;
        color: #54667c !important;
        font-size: 12px;
        border: 1px dashed #6e6e6e !important;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        -moz-border-radius: 20px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .our-schemes .normal-btn .fa {
            padding-right: 5px;
        }

        .our-schemes .normal-btn:hover {
            background: #54667c;
            color: #fff !important;
            border-color: #fff !important;
        }


.contact {
    text-align: center;
    line-height: 22px;
    margin-bottom: 20px;
}

    .contact p {
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }

    .contact .fa-icon {
        border: #54667c 2px solid;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #54667c;
        font-size: 30px;
        display: block;
        margin: auto;
    }

.well-lg {
    text-align: center;
    padding: 24px;
    border-radius: 6px;
    background: #f9f9f9;
    border: #ccc 1px solid;
    box-shadow: #ccc 0px 6px 7px 2px;
}

    .well-lg h3 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
    }

    .well-lg .fa-user {
        background: #f5821f;
        color: #fff;
        font-size: 35px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

.terms-conditions ol {
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
}

.terms-conditions li {
    list-style: none;
    font-size: 16px;
    margin-top: 20px;
    line-height: 27px;
    padding: 0 10px;
    color: #f5821f;
    margin-bottom: 1px;
    text-align: left;
    font-weight: 500;
    border: #ccc 1px solid;
    border-radius: 3px;
}

.terms-conditions ol p {
    text-align: justify;
    padding: 10px;
    padding-bottom: 0px;
    line-height: 20px;
}

.terms-conditions li:before {
    margin-right: 10px;
    background: #c6324a;
    border-radius: 100%;
    color: white;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
}

.recurring {
    margin-top: 25px;
}

    .recurring h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

.address-icon i {
    background: #e71644 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.address-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.address-item {
    margin-bottom: 40px;
}

.address-content {
    margin-left: 70px;
}

.become-advisor img {
    width: 93%;
}

.slicknav_btn {
    background-color: #54667c;
}

.slicknav_nav {
    background: #54667c;
}

.loan-box {
    background: #e6e6e6 url(../images/flowers.png);
    padding: 10px 0 50px;
    margin-top: 0px;
}

#footer {
    background: #01608e url(../images/checkered-pattern.png);
    margin-top: 45px;
    padding-top: 20px;
    text-align: left;
    color: #fff;
    line-height: 25px;
    font-size: 13px;
}

    #footer h3 {
        font-size: 20px;
        color: #fff !important;
        margin-top: 20px;
        text-transform: capitalize;
        padding: 0px 0px 10px 0px;
        display: inline-block;
        position: relative;
    }

    #footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #footer li a {
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 25px;
        -webkit-transition: padding 0.5s ease 0s;
    }

        #footer li a:hover {
            color: #fff;
            padding-left: 10px;
        }

    #footer li i {
        font-size: 15px;
        padding-right: 10px;
    }

    #footer .copy-right {
        font-size: 12px;
        padding: 5px 0;
        margin-top: 20px;
        color: #fff;
        border-top: 1px solid #48515a;
        text-align: center;
    }

        #footer .copy-right a {
            color: #fff;
        }

            #footer .copy-right a:hover {
                color: #afb9c5;
            }

        #footer .copy-right .powerby {
            float: right;
        }

.table-div {
    display: table;
}

.cell-div {
    display: table-cell;
    vertical-align: top;
}

.icon-div {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #01608e;
}

.table-div {
    margin-bottom: 20px;
}

.wcu {
    line-height: 1.5;
    padding-left: 15px;
}

    .wcu strong {
        display: block;
        text-transform: uppercase;
    }

.buttommatter {
    background-color: #eee;
    color: #666;
    padding: 10px 0px;
    line-height: 1.4;
    font-size: 12px;
}

    .buttommatter a {
        color: #666;
    }

        .buttommatter a:hover {
            color: #000;
        }

    .buttommatter .company {
        text-align: right;
    }

    .buttommatter img {
        border: 1px solid #ccc;
        padding: 5px;
        border-radius: 3px;
        background-color: #fff;
        height: 30px;
        margin: 0 5px;
    }

.company-under-row {
    display: table;
}

.company-under-col {
    display: table-cell;
    vertical-align: top;
}


@media (min-width:200px) and (max-width:768px) {

    .slicknav_menu {
        display: block;
        margin-top: 10%;
    }

    .top-header li a {
        font-size: 11px;
    }

    #header {
        height: 68px;
    }

        #header .logo {
            padding-bottom: 0;
            padding: 5px 0 0;
        }

    #banner {
        margin-top: 0;
    }

    .call {
        display: none;
    }

    nav {
        display: none;
    }

    .bs-slider {
        margin-top: 96px;
    }

    .inner-banner h2 {
        font-size: 25px !important;
    }

    .legal-banner {
        margin: 0px 0 20px;
    }

        .legal-banner h2 {
            font-size: 20px !important;
            line-height: 70px;
        }

        .legal-banner h3 {
            font-size: 20px !important;
            padding-top: 5px;
        }

            .legal-banner h3 span {
                display: none;
            }

    #box-plan {
        margin-top: 0;
        position: relative;
        z-index: auto;
    }

    .become-advisor img {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    h1 {
        font-size: 20px;
    }

        h1:after {
            width: 100%;
        }

    h2 {
        font-size: 24px;
        text-align: center;
        margin-top: 0;
    }

        h2 strong {
            display: block;
        }

        h2:after {
            width: 100%;
        }

    .img-right {
        float: none;
        text-align: center;
    }

    .deposit-box .icon {
        margin: 0;
        position: inherit;
    }

    .deposit-box h2 {
        padding-top: 15px;
    }

    .deposit-box {
        margin-bottom: 15px;
    }

    .welcome-area {
        margin: 0;
    }

    .box-left {
        width: 100%;
        float: none;
    }

    .box-right {
        width: 100%;
        padding: 10px 20px;
        float: none;
    }

        .box-right h3 {
            margin: 15px auto;
        }

    .padding {
        padding-left: initial;
    }

    .welcome-area .right-img {
        width: 100%;
        margin-left: 0;
    }
}

@media(max-width:768px) {
    .buttommatter {
        text-align: center;
    }

        .buttommatter .company {
            float: none;
            margin: 0 auto;
        }

        .buttommatter .company {
            padding-top: 5px;
            margin-top: 5px;
            border-top: 1px solid #ccc;
        }

    .company-under-row {
        display: table;
        margin: 0 auto;
    }

    .company-under-col {
        padding: 2px 0px;
    }
}

@media(min-width:769px) {
    .buttommatter .company {
        float: right;
    }

    .company-row {
        display: table;
    }

    .company-col {
        display: table-cell;
        vertical-align: top;
    }
}
