/*.slider {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 25px auto 30px;
}

.RangeCaption {
    font-size: 30px;
    color: #ce191e;
    font-weight: bold;
    font-family: Montserrat;
    text-align: center;
}

.slider-output {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    box-sizing: border-box;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
}

.slider-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    position: absolute;
    width: 112% !important;
    margin-left: -6%;
    height: 100%;
    outline: none;
    top: 0;
    opacity: 0;
    z-index: 10000000000;
}

    .slider-input::-webkit-slider-thumb {
        webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 2rem;
        height: 8rem;
    }

.slider-thumb,
.top-thumb,
.tail-thumb {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    background-color: #CA2128;
}

.slider-thumb {
    left: 50%;
    margin-left: -1rem;
}

.top-thumb {
    left: 0;
    margin-left: -1rem;
}

.tail-thumb {
    right: 0;
    margin-right: -1rem;
}

.slider-track {
    height: 12px;
    background-color: #ddd;
    border-radius: 6px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to top, #f9f9f9 25%, #ccc 100%);
    background-repeat: repeat-x;
}


.slider-level {
    height: 100%;
    background-color: #b31c23;
    width: auto;
    border-radius: 1rem;
}*/

.slider-handle {
    position: absolute;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(#fb323a 0%, #ca2128 100%);
    background-image: -o-linear-gradient(#fb323a 0%, #ca2128 100%);
    background-image: linear-gradient(#fb323a 0%, #ca2128 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    border: 0px solid transparent;
}

.slider-selection {
    position: absolute;
    background: #ca2128 !important;
    /*background-image: -webkit-linear-gradient(top, #ff0000 0%, #ff0000 100%);
        background-image: -o-linear-gradient(top, #ff0000 0%, #ff0000 100%);
        background-image: linear-gradient(to bottom, #ff0000 0%, #ff0000 100%);
        background-repeat: repeat-x;*/
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.slider {
    display: block;
}

    .slider.slider-horizontal {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }



.slider-selection {
    background-color: #ca2128 !important;
}

.slider.slider-horizontal .slider-track {
    background-color: #f5f5f5;
    background-image: linear-gradient(to top, #f9f9f9 25%, #ccc 100%);
    background-repeat: repeat-x;
    border-radius: 6px;
    height: 12px;
}

.slider-handle {
    width: 34px;
    height: 34px;
}

.slider.slider-horizontal .slider-handle {
    margin-top: -12px;
}

body {
    font-family: 'Calibri', sans-serif;
}

.paddingApply {
    padding-right: 0px;
}

.complaintsProcedure a {
    font-size: 25px;
    color: #CA2128;
    font-weight: 500;
    font-family: Roboto;
    text-decoration: underline;
}

.errorDirection {
    margin-top: 4px;
    display: none;
    color: red;
    font-size: 15px;
}

button:focus, input:focus {
    outline: none !important;
}

.Nopadding {
    padding: 0 !important;
}

.navbar-brand {
    height: auto;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: 0 none;
    position: fixed;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.25);
}

.navbar-brand img {
    max-width: 250px;
}

.navbar-nav > li {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 25px;
        color: #555 !important;
        border: 2px solid rgba(0,0,0,0);
    }

        .navbar-nav > li > a:hover {
            color: #797D81 !important;
        }

    .navbar-nav > li.active > a {
        /*border-color: #aaa;*/
        color: #797D81;
        background-color: transparent !important;
    }

.Banner {
    /*background:url(../image/banner-new.png) center center no-repeat;*/
    height: auto;
    background-size: 100% auto !important;
    text-align: center;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin-top: 85px;
    position: relative;
}

.carousel-control {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    bottom: initial;
    background-color: transparent;
    background-image: none !important;
}

    .carousel-control.left {
        left: 100px;
        border: 2px solid #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .carousel-control.right {
        right: 100px;
        border: 2px solid #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.Banner-caption {
    position: absolute;
    width: 100%;
    top: 32%;
    left: 0;
}

.carousel-indicators {
    bottom: 24%;
}

    .carousel-indicators li, .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 0;
    }

.Btitle {
    font-size: 45px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 600;
}

.Bcontent {
    font-size: 25px;
    margin-bottom: 0;
    font-family: Montserrat;
}

.Maintitle {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    font-family: Roboto;
    font-weight: 500;
}

.Forms {
    background: #DADDE2;
    padding: 50px 0;
}

.LoanAmount {
    height: 100%;
}

.LoanAmount, .ApplyNow {
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    margin-top: -125px;
    background: #fff;
    border-radius: 5px;
    padding: 40px 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 600px;
}

    .LoanAmount:hover, .ApplyNow:hover {
        box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.25);
    }

.Repayment {
    color: #585B60;
    margin-top: 40px;
}

    .Repayment h3 {
        text-align: center;
        font-weight: 500;
        margin-bottom: 15px;
        color: #000;
        font-family: Roboto;
        font-size: 20px;
    }

    .Repayment ul {
        padding-left: 0;
        list-style: none;
    }

        .Repayment ul li {
            padding: 12px;
            background: #E6E7EB;
            margin-top: 10px;
            font-size: 17px;
            border-radius: 5px;
            box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.2);
            font-family: Roboto;
        }

    .Repayment .Month {
        font-weight: 600;
    }

    .Repayment .Amount {
        font-weight: 600;
        color: #CA2128;
        float: right;
        font-family: Montserrat;
    }

.ApplyNow {
    background: #CA2128;
    color: #fff;
}

.Note {
    text-align: center;
    color: #f4d3d4;
    font-size: 14px;
    font-family: Roboto;
}

.Applyform {
    margin-top: 20px;
}

    .Applyform .form-control {
        background: none;
        border: 2px solid #F4D2D3;
        padding: 8px 10px;
        border-radius: 5px;
        box-shadow: 0 none;
        font-size: 15px;
        font-weight: 300;
        font-family: Roboto;
        height: auto;
        color: #f4d3d4;
        margin-bottom: 20px;
        line-height: normal;
    }

        .Applyform .form-control::-webkit-input-placeholder {
            color: #ddd;
        }

        .Applyform .form-control:-ms-input-placeholder {
            color: #ddd;
        }

        .Applyform .form-control::-moz-placeholder {
            color: #ddd;
            opacity: 1;
        }

        .Applyform .form-control:-moz-placeholder {
            color: #ddd;
            opacity: 1;
        }

.Submit {
    border-radius: 25px;
    padding: 10px;
    width: 130px;
    color: #CA2128;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0 none;
    box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.2);
    margin-top: 30px;
    margin-bottom: 20px;
}

    .Submit:hover {
        background: #f4d3d4;
    }

.Chatnow {
    color: #f4d3d4;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-family: Roboto;
}

    .Chatnow:hover {
        color: #fff;
    }

.LoanAmount .Note {
    color: #84888b;
    font-size: 13px;
    font-family: Roboto;
}

/* Store Locations*/
.storeLocations {
    padding: 10px 35px;
    background: #fff !important;
    margin: 50px 0;
    height: auto !important;
    border-radius: 8px;
    box-shadow: 0 0 20px #444;
}

    .storeLocations span .fa-times {
        position: absolute;
        right: 30px;
        top: 60px;
        font-size: 3em;
        color: #ababab;
    }

    .storeLocations span .fa-angle-rights {
        position: absolute;
        right: 30px;
        top: 50%;
        font-size: 4em;
        color: #ababab;
        z-index: 9999999999;
        height: 30px;
        width: 30px;
        opacity: 0.3;
    }

        .storeLocations span .fa-angle-rights:hover {
            opacity: 1;
        }

.fa-angle-rights:before, .fa-angle-rights:after {
    position: absolute;
    left: 20px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #666;
    top:10px;
}

.fa-angle-rights:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fa-angle-rights:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(132deg);
    position: absolute;
    top: -5px;
}

.storeLocations span .fa-angle-rights:hover {
    color: #222;
}

.storeLocations span .fa-angle-leftS {
    position: absolute;
    left: 30px;
    top: 50%;
    font-size: 4em;
    color: #ababab;
    z-index: 9999999999;
    opacity: 0.3;
    height: 30px;
    width: 30px;
}

    .storeLocations span .fa-angle-leftS:hover {
        opacity: 1;
    }

.fa-angle-leftS:before, .fa-angle-leftS:after {
    position: absolute;
    left: 5px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #666;
    top: 10px;
}

.fa-angle-leftS:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
}

.fa-angle-leftS:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(-132deg);
    position: absolute;
    top: -5px;
}

    .storeLocations span .fa-angle-left:hover {
        color: #222;
    }

.storeLocations p {
    color: #ce3238;
    text-align: left !important;
    padding: 6px 15px;
    font-size: 22px;
    font-weight: bold;
}

.StoreBox {
    margin: 0 auto;
    background: #fff !important;
    height: 100% !important;
}

    .StoreBox ul {
        margin: 0px auto;
        padding: 0px;
    }

        .StoreBox ul li {
            list-style: none;
        }

            .StoreBox ul li a {
                display: block;
                color: #9e9e9e;
                font-weight: bold;
                padding: 8px 0;
                font-size: 14px;
                text-decoration: none;
                font-family: Arial;
                text-align: left !important;
            }





/* Range-slider */
.RangeSelection {
    background: #e6e7eb;
    border-radius: 5px;
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.2);
    padding: 20px 25px 40px;
    position: relative;
}

.seekbar {
    margin: 12px 0;
    padding: 10px 24px;
    position: relative;
}

.RangeSelection:after {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -25px;
    width: 60px;
    height: 30px;
    background: none;
    border-radius: 5px;
    content: "";
    border-left: 30px solid rgba(230, 231, 235, 0);
    border-bottom: 0px solid rgba(230, 231, 235, 0);
    border-right: 30px solid rgba(230, 231, 235, 0);
    border-top: 50px solid rgb(230, 231, 235);
}

.RangeValue {
    text-align: center;
    margin: 0px 0 15px;
    font-family: Montserrat;
}

    .RangeValue span {
        font-size: 30px;
        color: #ce191e;
        font-weight: bold;
    }

.seekbar-progress {
    height: 12px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to top, #f9f9f9 25%, #ccc 100%);
    background-repeat: repeat-x;
    border-radius: 6px;
}

    .seekbar-progress [role="progressbar"] {
        height: 100%;
        position: relative;
        background: #b31c23;
        border-radius: 6px;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    }

        .seekbar-progress [role="progressbar"]:focus, .seekbar-progress:focus, .seekbar-progress [role="progressbar"]:focus::after, #progressbar:focus::after {
            outline: 0 none !important;
        }

        .seekbar-progress [role="progressbar"]:after {
            content: " ";
            display: block;
            width: 34px;
            height: 34px;
            position: absolute;
            top: -12px;
            right: -17px;
            background-image: url('../image/dot.png');
            /*background-color: #ca2128;*/
            background-repeat: no-repeat;
            background-size: 100%;
            border: 0px solid #ca2128 !important;
            border-radius: 20px;
            cursor: pointer;
        }

            .seekbar-progress [role="progressbar"]:after:focus {
                outline: 0 none !important;
                border: 0 none !important;
            }

.seekbar input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent;
    outline: 0;
    border: 0;
}

    .seekbar input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        display: block;
        width: 48px;
        height: 48px;
        background-color: transparent;
    }

    .seekbar input[type="range"]::-moz-range-thumb {
        display: block;
        width: 48px;
        height: 48px;
        background: transparent;
        border: 0;
    }

    .seekbar input[type="range"]::-moz-range-track {
        background: transparent;
        border: 0;
    }

    .seekbar input[type="range"]::-moz-focus-outer {
        border: 0;
    }

/* Range-slider End */

.btn-select {
    position: relative;
    padding: 0;
    display: block;
    height: auto;
    border: 2px solid #F4D2D3;
    border-radius: 5px;
    font-family: Roboto;
    margin-bottom: 20px;
    line-height: normal;
}

    .btn-select .btn-select-value {
        display: block;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 8px 35px 8px 10px;
        font-size: 15px;
        font-weight: 300;
        color: #f4d3d4;
    }

.btn-select-value.Active {
    color: #FF6600;
}

.btn-select .btn-select-arrow {
    position: absolute;
    line-height: 20px;
    padding: 8px 10px;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-size: 10px;
    color: #ddd;
}

.btn-select ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 37px;
    z-index: 99999;
    border: 2px solid #F4D2D3;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.43);
}

.btn-select.active {
    z-index: 99999999999;
}

.btn-select ul li {
    padding: 8px 10px;
    color: #ddd;
    background: #ca2128;
    text-align: left;
    position: relative;
    border-bottom: 2px solid #c50008;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0px -1px 5px -2px rgba(148, 0, 7, 0.7);
    font-family: Roboto;
}

    .btn-select ul li:last-child {
        border-bottom: 0 none;
    }

    .btn-select ul li:hover {
        color: #ca2128;
        background: #f9f9f9;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
    }

.Qualify {
    padding: 60px 0;
    text-align: center;
}

.Title {
    font-size: 25px;
    color: #4B4E55;
    font-weight: 500;
    font-family: Roboto;
    margin-top: 0;
}

.SubTitle {
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
}

.Qualify-box {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
}

    .Qualify-box:hover {
        background: #e6e7eb;
        transition: all 0.1s;
        -webkit-transition: all 0.1s;
    }

    .Qualify-box img {
        margin-bottom: 21px;
        max-height: 120px;
    }

    .Qualify-box p {
        font-size: 15px;
        color: #4B4E55;
        font-weight: 600;
        font-family: Roboto;
    }

.FindBranch {
    background: #CA2128;
    text-align: center;
}

    .FindBranch .form-control {
        background: none;
        border: 2px solid #F4D2D3;
        padding: 8px 10px;
        border-radius: 5px;
        box-shadow: 0 none;
        font-size: 16px;
        height: auto;
        color: #fff;
        margin-bottom: 20px;
    }

    .FindBranch .Title {
        color: #fff;
    }

    .FindBranch .SubTitle {
        color: #fff;
    }

.Search-box {
    position: relative;
    margin-top: 30px;
}

    .Search-box .Searchicon {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 19px;
        color: #fff;
        font-weight: 100;
    }

.ContactNumber a {
    font-size: 30px;
    color: #CA2128;
    font-weight: bold;
    font-family: Montserrat;
}

    .ContactNumber a:hover, .ContactNumber a:focus {
        text-decoration: none;
    }

.Footer {
    background: #585B60;
}

    .Footer footer {
        padding: 25px 20px 26px;
        color: #999;
        text-align: center;
        font-family: Roboto;
    }

        .Footer footer .fContent {
            display: inline-block;
            position: relative;
        }

        .Footer footer p {
            margin-bottom: 0;
            font-size: 11px;
            float: left;
            padding: 0 2px;
        }

            .Footer footer p a {
                color: #999;
            }

                .Footer footer p a:hover {
                    color: #ccc;
                }

.Fb {
    position: absolute;
    right: -40px;
    top: -7px;
}

    .Fb img {
        max-width: 30px;
    }

    .Fb:hover {
        background: #3b5998;
        border-radius: 25px;
    }

.navbar-default .navbar-toggle {
    border-color: transparent;
    width: 45px;
    height: 35px;
    position: relative;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ca2128;
    }

    .navbar-default .navbar-toggle.collapsed span:nth-child(2), .navbar-default .navbar-toggle.collapsed span:nth-child(4) {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        position: initial;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .navbar-default .navbar-toggle.collapsed span:nth-child(3) {
        width: 22px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .navbar-default .navbar-toggle span:nth-child(2) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: left;
        -webkit-transform-origin: left;
        position: absolute;
        top: 9px;
        left: 11px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .navbar-default .navbar-toggle span:nth-child(3) {
        width: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .navbar-default .navbar-toggle span:nth-child(4) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: top;
        -webkit-transform-origin: top;
        position: absolute;
        top: 13px;
        left: 7px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

.MobileNavContent {
    display: none;
}

.TandC {
    font-size: 25px;
    color: #555;
    margin: 115px 0 10px;
    text-align: center;
    font-weight: 500;
    font-family: Roboto;
}

.TermHeading {
    font-size: 17px;
    background: #e6e7eb;
    color: #555;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: bold;
}

.TermContent {
    font-size: 14px;
    color: #b3b5b7;
    margin-bottom: 20px;
    font-family: Roboto;
}

.MapArea {
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

    .MapArea .row {
        margin: 0;
    }

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

    .close:hover {
        opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .close:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }


.closeSE {
    position: absolute;
    right: 25px;
    top: 60px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

    .closeSE:hover {
        opacity: 1;
    }

    .closeSE:before, .closeSE:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .closeSE:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .closeSE:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

.MapArea #map_canvas {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.BranchInfo {
    padding: 55px 50px 45px;
    text-align: left;
}

    .BranchInfo h2 {
        color: #555;
        margin-top: 0;
    }

.BranchDetail {
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

    .BranchDetail li {
        padding: 10px 10px 10px 30px;
    }

        .BranchDetail li i {
            margin-left: -30px;
            margin-right: 5px;
            font-size: 20px;
            height: 100%;
            display: block;
            float: left;
        }

.BranchContact span {
    color: #CA2128;
    font-weight: bold;
}

.BranchInfo a {
    display: inline-block;
    color: #CA2128;
    padding: 10px 0;
    font-weight: bold;
}

    .BranchInfo a i {
        margin-right: 15px;
        font-size: 20px;
        vertical-align: middle;
    }

@media(max-width:767px) {

    .slider.slider-horizontal {
        width: 80% !important;
    }

    .LoanAmount, .ApplyNow {
        margin-top: 20px;
    }

    .Forms {
        padding: 20px 0 30px;
    }

    .navbar-brand {
        padding: 3px 15px 3px 0;
    }

        .navbar-brand img {
            max-width: 200px;
        }

    .navbar-toggle {
        margin-right: 0;
    }

    .Footer footer {
        padding: 20px 0;
        text-align: center;
    }

    .paddingApply {
        padding-right: 15px;
    }

    .Footer footer p {
        float: none;
    }

    .Footer footer .fContent {
        margin-top: 45px;
    }

    .Fb {
        right: 50%;
        margin-right: -15px;
        top: -35px;
    }

    .Forms {
        padding: 0;
    }

    .LoanAmount, .ApplyNow {
        min-height: initial;
        box-shadow: none;
        padding: 40px 15px;
        margin-top: 0;
    }

    .RangeSelection {
        padding: 20px 5px 40px;
    }

    .seekbar {
        padding: 10px 15px;
    }

    .Repayment h3 {
        font-size: 22px;
    }

    .Title {
        font-size: 22px;
    }

    .SubTitle {
        font-size: 14px;
    }

    .Banner {
        background-size: cover;
        margin-top: 52px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-control.left {
        left: 20px;
    }

    .carousel-control.right {
        right: 20px;
    }

    .Banner-caption {
        top: 35%;
    }

    .Btitle {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .carousel-control {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .Bcontent {
        font-size: 14px;
    }

    .carousel-inner {
        min-height: 150px;
    }

    /*.carousel-inner .item img, .carousel-inner .item a img {
        transform: scale(1.9);
        -webkit-transform: scale(1.9);
        transform-origin: right top;
        -webkit-transform-origin: right top;
    }*/

    .Mpadd0 {
        padding: 0;
    }

    .Qualify {
        padding: 20px 0;
    }

    .Qualify-box img {
        max-height: 60px;
    }

    .ContactNumber, .Footer {
        padding: 0;
    }

        .ContactNumber a {
            font-size: 30px;
        }

    .navbar-nav > li {
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: center;
    }

    .navbar-collapse {
        position: fixed;
        background: rgba(201, 33, 39, 0.90);
        z-index: 9999;
        width: 100%;
        left: 0;
        margin-left: 0 !important;
        min-height: calc(100vh - 50px);
        padding-top: 40px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .navbar-nav > li > a {
        color: #f9eeef !important;
        font-size: 20px;
        border: 0 none;
    }

    .navbar-nav > li.active > a {
        color: #fff !important;
        font-size: 22px;
    }

    .MobileNavContent {
        display: block;
        margin-top: 20px;
    }

        .MobileNavContent ul {
            padding-left: 0;
            list-style: none;
        }

            .MobileNavContent ul li {
                text-align: center;
                padding: 6px 0;
            }

                .MobileNavContent ul li a {
                    color: #e2888b;
                }

                    .MobileNavContent ul li a:hover {
                        color: #fff;
                    }

                .MobileNavContent ul li .Fb {
                    position: initial;
                    margin-right: 0;
                    display: inline-block;
                }

    .TandC {
        margin: 65px 0 0;
    }

    .BranchInfo {
        display: none;
    }
}


@media(min-width:768px) and (max-width:991px) {
    .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .slider.slider-horizontal {
        width: 80% !important;
    }

    .paddingApply {
        padding-right: 15px;
    }

    .Banner {
        min-height: 250px;
        background-size: cover;
        margin-top: 83px;
    }

    .carousel-control {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .Bcontent {
        font-size: 15px;
    }

    .Btitle {
        font-size: 35px;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .carousel-inner {
        min-height: 270px;
    }

        .carousel-inner .item img, .carousel-inner .item a img {
            transform: scale(1.9);
            -webkit-transform: scale(1.9);
            transform-origin: right top;
            -webkit-transform-origin: right top;
        }

    .LoanAmount, .ApplyNow {
        min-height: 755px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-top: 25px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .Qualify-box img {
        max-height: 80px;
    }

    .Qualify .row, .Forms .row {
        margin-left: 0;
        margin-right: 0;
    }

    .LoanAmount, .ApplyNow {
        margin-top: -95px;
    }

    .RangeSelection {
        padding: 20px 0 40px;
    }
}

@media(min-width:1024px) and (max-width:1365px) {
    .LoanAmount, .ApplyNow {
        min-height: 690px;
    }

    .carousel-inner {
        height: 337px;
    }

    .Banner-caption {
        top: 22%;
    }
}
