@charset "utf-8";

/* CSS Document */

/*

 Template Name : Borrow - A Loan Company Website Template
 Author : Jitu Chauhan;
 Version: 1.0.0;

+ General css 
+ Space css
+ Background & Block color 
+ Buttons
+ Input Form
+ Bullet
+ Icon
+ Navigation CSS

+ HOME
  - Home
  - Home-1
  - Home-2
+ LOAN PRODUCT
  - Loan Image Listing
  - Loan Icon Listing
  - Car Loan Single
  - Personal Loan Single
  - Home Loan Single
  - Education Loan Single
+ ABOUT US 
  - About us
  - Team
+ BLOG
  - Blog Listing
  - Blog Single
  - Two Column Masonry
  - Three Column Masonry
+ FEATURES
  - Compare Loan
  - Faq page
  - Testimonial
  - 404 Error
    - Gallery
      - Filterable Gallery 2 column
      - Filterable Gallery 3 column
      - Masonry Gallery
      - Zoom Gallery
    - Shortcodes
      - Tab
      - Accordion
      - Alert       

- CONTACT US
*/

/*-----------------------------------
General css class
-----------------------------------*/
body { font-size: 15px; font-family: "Libre Franklin", sans-serif; line-height: 1.4; color: #545d6b; background-color: #1e2127; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 { margin: 0px 0px 20px 0px; color: #3c4d6b; font-weight: 500; font-family: "Montserrat", sans-serif; }

h1 { font-size: 28px; line-height: 44px; letter-spacing: -1px; }

h2 { font-size: 24px; line-height: 30px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; line-height: 1.6; }

p { margin: 0 0 26px; line-height: 1.6; font-weight: 400; }

ul, ol { }

ul li, ol li { line-height: 1.8 }

a { color: #6aa84f; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

a:focus, a:hover { text-decoration: none; color: #15549a; }

strong { font-weight: 600;}

blockquote { padding: 10px 20px; margin: 0 0 0px; font-size: 21px; border-left: 5px solid #eff1f4; color: #414346; font-style: italic; line-height: 35px; font-family: 'Merriweather', serif; font-weight: 700; }

blockquote.alignright { max-width: 50%; }

blockquote.alignleft { max-width: 50%; }

p:last-child { margin-bottom: 0px; }

::selection { background: #ffecb3; color: #333333; }

/* *, *::before, *::after { transition: all .3s ease-in-out; } */
.text-highlight { color: #ffecb3; }

.highlight { color: #6aa84f; }

.italic { }

.small-text { }

.listnone { list-style: none; margin: 0px 0px 20px 0px; padding: 0; }

.required { color: red }

.lead { color: #3c4d6b; line-height: 36px; font-size: 24px; }

.lead-strong { }

.section-title { line-height: 35px; letter-spacing: 0.5px; min-height: 20px; font-weight: 900; }

h1.section-title { font-size: 35px; }

h1.section-title.text-bold { letter-spacing: 3px; }

h2.section-title, h3.section-title, h4.section-title { font-size: 28px; }

.section-subtitle { line-height: 45px; }

.text-white { color: #ffffff; }

.title-white { color: #ffffff; }

.title { color: #3c4d6b; }

.text-title-intro { font-size: 32px; font-weight: bold; text-transform: uppercase; line-height: 42px; color: #15549a; margin-right: -160px; float: right; }

.text-bold { font-weight: bold !important; font-family: inherit; }

.form-group {
    margin-bottom: 35px;
}

.form-group.has-error {
    margin-bottom: 10px;
}

.sub-title {
    display: block;
    text-align: right;
    margin-top: -15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: small;
}

/*-----------------------------------
Space css class
-----------------------------------*/

/*----------------
margin space
-----------------*/

.mb0 { margin-bottom: 0px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb60 { margin-bottom: 60px !important; }

.mb80 { margin-bottom: 80px !important; }

.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }

.mt10 { margin-top: 10px !important; }

.mt20 { margin-top: 20px !important; }

.mt30 { margin-top: 30px !important; }

.mt40 { margin-top: 40px !important; }

.mt60 { margin-top: 60px !important; }

.mt80 { margin-top: 80px !important; }

.mt100 { margin-top: 100px !important; }

.mr10 { margin-right: 10px !important; }

.mr20 { margin-right: 20px !important; }

/*----------------
less margin space from top
-----------------*/
.mt-10 { margin-top: -10px !important; }

.mt-20 { margin-top: -20px !important; }

.mt-40 { margin-top: -40px !important; }

.mt-60 { margin-top: -60px !important; }

.mt-80 { margin-top: -80px !important; }

/*---------------
Padding space
-----------------*/
.nopadding { padding: 0px !important; }

.nopr { padding-right: 0px !important; }

.nopl { padding-left: 0px !important; }

.pinside10 { padding: 10px !important; }

.pinside20 { padding: 20px !important; }

.pinside30 { padding: 30px !important; }

.pinside40 { padding: 40px !important; }

.pinside50 { padding: 50px !important; }

.pinside60 { padding: 60px !important; }

.pinside80 { padding: 80px !important; }

.pdt0 { padding-top: 0px !important; }

.pdt10 { padding-top: 10px !important; }

.pdt20 { padding-top: 20px !important; }

.pdt30 { padding-top: 30px !important; }

.pdt40 { padding-top: 40px !important; }

.pdt60 { padding-top: 60px !important; }

.pdt80 { padding-top: 80px !important; }

.pdb10 { padding-bottom: 10px !important; }

.pdb20 { padding-bottom: 20px !important; }

.pdb30 { padding-bottom: 30px !important; }

.pdb40 { padding-bottom: 40px !important; }

.pdb60 { padding-bottom: 60px !important; }

.pdb80 { padding-bottom: 80px !important; }

.pdl10 { padding-left: 10px !important; }

.pdl20 { padding-left: 20px !important; }

.pdl30 { padding-left: 30px !important; }

.pdl40 { padding-left: 40px !important; }

.pdl60 { padding-left: 60px !important; }

.pdl80 { padding-left: 80px !important; }

.pdr10 { padding-right: 10px !important; }

.pdr20 { padding-right: 20px !important; }

.pdr30 { padding-right: 30px !important; }

.pdr40 { padding-right: 40px !important; }

.pdr60 { padding-right: 60px !important; }

.pdr80 { padding-right: 80px !important; }

.x { }

.y { padding-top: 220px !important; }

/*---------------
Section Space
* Section space help to create top bottom space. 
*
-----------------*/
.section-space20 { padding-top: 20px; padding-bottom: 10px !important; }

.section-space40 { padding-top: 40px; padding-bottom: 20px !important; }

.section-space60 { padding-top: 60px; padding-bottom: 40px !important; }

.section-space80 { padding-top: 80px; padding-bottom: 60px !important; }

.section-space100 { padding-top: 100px; padding-bottom: 80px !important; }

.section-space120 { padding-top: 120px; padding-bottom: 100px !important; }

.section-space140 { padding-top: 140px; padding-bottom: 120px !important; }

/*-----------------------------------------
Background & Block color 
------------------------------------------*/
.bg-light { background-color: #fafcfd; border-top: #eeeeee solid 1px; }

.bg-primary { background-color: #eff1f4; color: #778191; }

.bg-default { background-color: #15549a; color: #87c0ff; }

.bg-white { background-color: #ffffff; }

.bg-error { background-color: #ff0500 }

.bg-success { background-color: #5bb85c; }

.bg-alert { background-color: #f0ad4e; }

.outline { border-radius: 4px; }

.outline .notification-banner {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.link-title { }

.small-title { font-size: 14px; color: #778191; font-weight: 500; }

.big-title { font-size: 36px; font-weight: 600; color: #15549a; }

.capital-title { text-transform: uppercase; font-size: 16px; font-weight: 600; }

.bdr-btm { }

.green-text { }

.bg-boxshadow {
    -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    display: flow-root;
    min-height: 520px; }

.bg-gradient { position: relative; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f2b70+0,1f2b70+47,943a9e+100&0.9+0,0.9+100 */ background: -moz-linear-gradient(-45deg, rgba(31, 43, 112, 1) 0%, rgba(31, 43, 112, 1) 47%, rgba(148, 58, 158, 1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1); /* IE6-9 fallback on horizontal gradient */ }

.well-box { background-color: #f9f9f9; padding: 30px; border-radius: 4px; }

.pmt-option { padding: 50px 0 0 0; }

.pmt-option .text-center { border-right: 1px solid #cccccc;}

.pmt-option.last-block .text-center { border-right: none; }

/* Update 16 june 2017*/

/*-----------------------------------------
Buttons
------------------------------------------*/
.btn { font-size: 16px; border-radius: 4px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 19px 30px; border: none; font-weight: 600; }

.btn-default { background-color: #ee5a27; color: #ffffff; border-color: #ee5a27; }

.btn-default:hover { color: #ffffff; background-color: #ee5a27; border-color: #ee5a27; }

.btn-default.focus, .btn-default:focus { color: #ffffff; background-color: #6aa84f; border-color: #6aa84f; }

.btn-primary { background-color: #15549a; color: #ffffff; }

.btn-primary:hover { color: #ffffff; background-color: #2573cb; }

.btn-primary.focus, .btn-primary:focus { }

.btn-secondary { background-color: #778191; color: #ffffff; }

.btn-secondary:hover { background-color: #6aa84f; color: #ffffff; }

.btn-outline { border: 2px solid #9aa9c3;
    color: #9aa9c3;
    background-color: transparent;
    padding: 17px 28px;
}
.btn-outline:hover { border: 2px solid #dee4ee; color: #6a7a94; background-color: #dee4ee; }

.btn-default.btn-outline { border: 2px solid #ee5a27; color: #ee5a27; background-color: transparent; padding: 17px 28px; }

.btn-default.btn-outline:hover { border: 2px solid #ee5a27; color: #ee5a27; background-color: #ffe2d4; }

.btn-lg { padding: 25px 50px; font-size: 18px; text-align: center; }

.btn-sm { padding: 15px 20px; font-size: 12px; text-align: center; }

.btn-xs { padding: 4px 8px; font-size: 10px; }

.btn-link { color: #15549a; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #15549a; display: inline-block; }

.btn-link:hover { color: #6aa84f; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #6aa84f; text-decoration: none; }

.btn-link-white { }

.btn-link-white:hover { }

.btn-link-orange { }

.btn-link-white:hover { }

/*-----------------------------------------
Input Form
------------------------------------------*/
label { }

.control-label { text-transform: uppercase; color: #3c4d6b; font-size: 13px; font-weight: 600; }

.form-control { width: 100%; height: 54px; padding: 16px; font-size: 16px; line-height: 2; color: #555555; background-image: none; background-color: #ffffff; border-radius: 4px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); border: 2px solid #dedede; }

.form-control:focus { }

.required { color: red }

textarea.form-control { border-radius: 2px; height: auto; }

select { -webkit-appearance: none; background-color: #ffffff; }

.form-separator { border-top: 1px solid #dff3d7; margin-bottom: 10px;}

.checkbox {margin-top: 0; margin-bottom: 20px;}

.checkbox label { color: #3c4d6b;}

/*-----------------------------------------
content
------------------------------------------*/
.content { padding-bottom: 100px; padding-top: 100px; }

.content-area { }

.sidebar-area { }

.wrapper-content { margin-top: -40px; margin-bottom: 100px; position: relative; }

/*-----------------------------------------
Bullet
------------------------------------------*/
.bullet { position: relative; padding-left: 25px; line-height: 32px; }

.bullet-arrow-circle-right li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #6aa84f; content: "\f18e"; }

.bullet-arrow-right li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #747474; content: "\f101"; }

.bullet-check-circle li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #ffffff; content: "\f05d"; }

.bullet-check-circle-default li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #10a874; content: "\f05d"; padding-right: 4px; }

/* update 16 june 2017 */
.list-pdf-file li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #ec4e10; content: "\f1c1"; padding-right: 4px; }

.list-pdf-file li a { color: #104b8c; text-decoration: underline; font-weight: 500; }

.list-pdf-file li a:hover { color: #6aa84f; }

/*-----------------------------------------
icon
------------------------------------------*/
.icon { }

.icon-1x { font-size: 24px; }

/* default icon size of font*/
.icon-2x { font-size: 48px; }

.icon-4x { font-size: 68px; }

.icon-6x { font-size: 88px; }

.icon-8x { font-size: 108px; }

.icon-default { color: #6aa84f; }

.icon-primary { color: #15549a; }

.icon-warning { color: #ffb100; }

.icon-secondary { color: #bcbcbc; }

.dark-line { border-top: 2px solid #2b2e35; }

/*-------- updated v 1.0.2 -------*/
.fa-primary {}

.fa-default {color: #6aa84f;}

.fa-success {color: #6eb232;}

/*-----------------------------------------
top bar
------------------------------------------*/
.top-bar { padding-top: 10px; padding-bottom: 10px; background-color: #15549a; font-size: 12px; color: #83bcfa; font-weight: 500; text-transform: uppercase; }

.top-text { padding-left: 20px; line-height: 1.6; }

.top-bar .top-text a { color: #ffffff; font-size: 14px; }

.top-bar .top-text a:hover { opacity: 0.6; }

.top-bar .top-text a small { font-size: 70%; text-transform: lowercase; opacity: 0.8; letter-spacing: 1px; }

.lang-nav { margin-top: 14px; text-align: center; float: right; width: 50%;}

.header {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
    box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
    -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
}

.logo { }

.navigation-wide { background-color: #15549a }

.navigation-wide #navigation { margin-top: 0px; float: left; background-color: #15549a; }

#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

#navigation #menu-button { display: none; }

#navigation { float: right; margin-top: 8px; position: relative; z-index: 99; }

#navigation > ul > li { float: left; }

#navigation.align-center > ul { font-size: 0; text-align: center; }

#navigation.align-center > ul > li { display: inline-block; float: none; }

#navigation.align-center ul ul { text-align: left; }

#navigation.align-right > ul > li { float: right; }

#navigation > ul > li > a { padding: 20px; font-size: 14px; text-decoration: none; color: #66707f; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

#navigation > ul > li > a i { font-size: 18px; vertical-align: middle; }

#navigation > ul > li:hover > a { color: #6aa84f; }

#navigation > ul > li.has-sub > a { padding-right: 30px; }

#navigation > ul > li > a.btn.btn-default.btn-xs { color: #ffffff; background-color: #ee5a27; border-color: #ee5a27; padding: 4px 8px; font-size: 10px; margin-top: 14px; margin-left: 10px; }

/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px;
display: block; background: #dddddd; content: '';}*/
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

#navigation ul ul li a .badge {font-size: 10px;background: #6aa84f; padding: 1px 7px;}

/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}*/
#navigation ul ul { position: absolute; left: -9999px; }

#navigation.align-right ul ul { text-align: right; }

#navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

#navigation li:hover > ul { left: auto; }

#navigation.align-right li:hover > ul { left: auto; right: 0; }

#navigation li:hover > ul > li { height: 45px; }

#navigation ul ul ul { margin-left: 100%; top: 0; }

#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }

#navigation ul ul li a { border-bottom: 1px solid rgba(222, 231, 242, 1); padding: 15px 15px 16px 15px; width: 220px; font-size: 13px; text-decoration: none; color: #66707f; font-weight: 500; background: #ffffff; }

#navigation ul ul li:last-child > a, .navigation ul ul li.last-item > a { border-bottom: 0; }

#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #6aa84f; background-color: #f4f6f8; }

#navigation ul ul li.has-sub > a:after { position: absolute; top: 20px; right: 11px; width: 8px; height: 2px; display: block; background: #66707f; content: ''; }

#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }

#navigation ul ul li.has-sub > a:before { position: absolute; top: 17px; right: 14px; display: block; width: 2px; height: 8px; background: #66707f; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }

#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }

#navigation.small-screen { margin-left: 40px; }

#navigation.small-screen ul { width: 100%; display: none; }

#navigation.small-screen ul.menu-list.open {
    display: block;
    position: absolute;
    width: 250px;
    top: 60px;
    right: -10px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 16px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .3);
    box-shadow: 0px 4px 16px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

#navigation.small-screen.align-center > ul { text-align: left; }

#navigation.small-screen ul li { width: 100%; border-top: 1px solid rgba(223, 229, 237, 0.9); }

#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }

#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; }

#navigation.small-screen > ul > li { float: none; }

#navigation.small-screen ul ul li a { padding-left: 25px; }

#navigation.small-screen ul ul ul li a { padding-left: 35px; }

#navigation.small-screen ul ul li a { color: #66707f; background: none; }

#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #6aa84f; }

#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }

#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }

#navigation.small-screen #menu-button { display: block; height: 40px; padding: 16px 0px 0px 30px; color: #6aa84f; cursor: pointer; font-size: 16px; text-transform: uppercase; font-weight: 700; width: 50%; float: left;}

#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    height: 10px;
    width: 30px;
    border-top: 3px solid #919291;
    border-bottom: 3px solid #919291;
    content: '';
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 13px;
    left: 0px;
    display: block;
    height: 3px;
    width: 30px;
    background: #919291;
    content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 3px;
    width: 30px;
    background: #919291;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #919291;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(223, 229, 237, 0.9); height: 46px; width: 46px; cursor: pointer; }

#navigation.small-screen .submenu-button.submenu-opened { background: #15549a; }

#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }

#navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #bcc6d3; content: ''; }

#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }

#navigation.small-screen .submenu-button.submenu-opened:after { background: #ffffff; }

#navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #bcc6d3; content: ''; }

#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }

#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }

#navigation.small-screen.select-list { padding: 5px; }

#sub-nav { position: relative; }

#sub-nav #menu-button { display: none; }

#sub-nav.small-screen #menu-button { display: block; padding: 16px; color: #6aa84f; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; border-top: 1px solid #e2e7ee }

#sub-nav.small-screen #menu-button:after { position: absolute; top: 22px; right: 10px; display: block; height: 8px; width: 20px; border-top: 2px solid #6aa84f; border-bottom: 2px solid #6aa84f; content: ''; }

#sub-nav.small-screen #menu-button:before { position: absolute; top: 16px; right: 10px; display: block; height: 2px; width: 20px; background: #6aa84f; content: ''; }

#sub-nav.small-screen #menu-button.menu-opened:before { top: 23px; background: #333333; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

#sub-nav.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #333333; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

/*-----------------------------------------
     Slider
------------------------------------------*/
#slider { }

.slider { position: relative; }

.slider-img img { position: relative; z-index: -1; width: 100%; }

.slider-img { background: -moz-linear-gradient(top, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); background: -webkit-linear-gradient(top, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); background: linear-gradient(to bottom, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0); position: relative; }

#slide-show .slider-img { min-height: 390px; }

.slider-captions { position: absolute; bottom: 200px; }

.slider-title { color: #ffffff; font-size: 52px; font-weight: 700; line-height: 62px; }

.slider-text { color: #ffffff; }

.slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 20px; }

.slider .owl-next { position: absolute; right: 0px; top: 40%; right: 20px; }

#slider .owl-next, #slider .owl-prev { background-color: transparent !important; border: 2px solid #ffffff; color: #ffffff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

#slider .owl-next:hover, #slider .owl-prev:hover { background-color: #ffffff !important; border: 2px solid #ffffff; color: #15549a; }

#slider .owl-pagination { margin: 0px; bottom: 40px; position: relative; }

#slider .owl-page span { border-radius: 2px; width: 98%; height: 1px; background-color: #ffffff; margin: 0px; }

#slider .owl-page { width: 5% }

/*-----------------------------------------
index-1
------------------------------------------*/
.mail-text { color: #ffffff; font-size: 14px; border-right: 2px solid #4b3485; }

.rate-table { background-color: #ffffff; border-top: 1px solid #dee7f2; border-bottom: 1px solid #dee7f2; margin-top: -21px; }

.loan-rate { font-size: 32px; color: #414855; margin-bottom: 0px; font-weight: 600; line-height: 1; }

.rate-counter-block { border-right: 1px solid #dee7f2; padding-top: 20px; padding-bottom: 20px; }

.rate-counter-block:first-child { }

.rate-icon { float: left; padding-top: 5px; padding-right: 20px; padding-left: 20px; }

.rate-box { }

.rate-title { text-transform: uppercase; font-size: 14px; color: #778191; }

.cta { background-size: cover; margin: 0; min-height: 410px; border: none; padding: 100px 0px; background: linear-gradient(rgba(16, 75, 149, 0.8), rgba(16, 75, 149, 0.8)), rgba(16, 75, 149, 0.8) url(../images/cta-img.jpg) no-repeat center; }

.testimonial-img-1 { }

.testimonial-name-1 { color: #15549a; font-size: 14px; text-transform: uppercase; font-weight: 500; margin-bottom: 0px; }

/*------------------------------------
 index-3 (updated: 16 june 2017)
-------------------------------------*/
.header-transparent { background-color: rgba(255, 255, 255, .1); padding-top: 19px; padding-bottom: 19px; border-bottom: 1px solid rgba(255, 255, 255, .08); }

.header-transparent #navigation > ul > li.has-sub > a { padding-right: 30px; }

.header-transparent #navigation > ul > li > a { padding: 20px; font-size: 14px; text-decoration: none; color: #ffffff; font-weight: 600; text-transform: uppercase; }

.header-transparent #navigation { float: right; margin-top: 0px; position: relative; z-index: 99; }

.top-nav-collapse { background-color: #15549a; }

.lender-logo-section { margin-top: -20px; }

.lender-box { margin-bottom: 8px; margin-top: 8px; }

.slider-gradient-img img { position: relative; z-index: -1; width: 100%; }

.slider-gradient-img { position: relative; background: -moz-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); background: -webkit-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); background: linear-gradient(135deg, rgba(25, 46, 167, 0.9) 0%, rgba(24, 40, 134, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1); }

.service-block-v3 { background-color: #ffffff; padding: 40px 0px 0px 0px; text-align: center; margin-bottom: 30px; }

.service-block-v3 .service-content { padding: 5px 30px; }

.service-block-v3 .service-title { margin-bottom: 20px; line-height: 24px; }

.service-rate-block { margin-bottom: 30px; }

.service-rate-block .product-rate { color: #6aa84f; margin-bottom: 6px; font-size: 18px; }

.rate-text { font-size: 12px; }

.customer-block { background-color: #ffffff; padding: 30px; }

.customer-img { position: relative; margin-bottom: 30px; }

.customer-content { }

.customer-text { color: #3c4d6b; font-size: 21px; margin-bottom: 30px; font-family: 'Merriweather', serif; letter-spacing: -1px; font-style: italic; line-height: 36px; font-weight: normal; }

.customer-name { font-size: 14px; font-weight: 600; color: #6aa84f; }

.customer-meta { }

.customer-quote-circle { background-color: #6aa84f; border-radius: 100%; padding: 10px; position: absolute; width: 40px; height: 40px; top: 20px; left: 30px; color: #ffffff; text-align: center; z-index: 1; }

.how-it-block { background-color: #ffffff; padding: 30px; min-height: 320px; }

.how-it-no { font-size: 76px; color: #15549a; }

.how-it-content { }

/*------------------------------------
 index-4 Students Home page
-------------------------------------*/
.students-slider-img { }

.students-slider-img img { width: 100%; }

.student-slider-img .slider-captions { }

.fee-charges-table { }

.fee-charges-table .list-group-item.active { z-index: 2; color: #414855; background-color: #ccd8e5; border-color: #ccd8e5; }

.fee-charges-table .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #eff4f9; border: 1px solid #d1deeb; }

.education-rate-box { background-color: #eff4f9; padding: 20px; border-radius: 4px; margin-bottom: 5px; }

.education-rate-number { font-size: 32px; margin-bottom: 0px; }

/*------------------------------------
 index-5 Business Loan Home Page
-------------------------------------*/
.business-loan-products {background-color: #ffffff; padding: 40px;border: 1px solid #dee4ee;text-align: center; margin-bottom: 30px;}

.loan-products-icon {margin-bottom: 20px;}

.loan-products-content {}

.video-play {position: absolute;top: 35%;left: -4%;}

.section-about-video {}

.about-img {position: relative;}

.business-request-form { margin-bottom: -20px; box-shadow: rgb(0 0 0 / 20%) 0 3px 5px; padding: 35px 30px 35px;}

.business-request-form h3 {margin-bottom: 30px;}

.lender-block { padding: 80px 40px;
    background-color: #ffffff;
    border: 1px solid #dee4ee;
    border-radius: 4px;text-align: center;}

.rate-badge {background: #104b8c; display: inline-block;padding: 4px 10px;border-radius: 4px;font-size: 12px; font-weight: 600;color: #ffffff;}

/*-----------------------------------------------------------------------
Service Page & Block Css
----------------------------------------------------------------------*/
#service { }

#service .owl-next, #service .owl-prev { background-color: transparent !important; border: 2px solid #a3b1c1; color: #a3b1c1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

#service .owl-next:hover, #service .owl-prev:hover { background-color: #6aa84f !important; border: 2px solid #6aa84f; color: #ffffff; }

.service-block { transition: box-shadow .5s; }

.service-block:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); }

.service-block:hover i { color: #6aa84f; }

#service .owl-controls { text-align: center; margin-top: 10px; }

.icon-svg-2x { width: 80px; }

.icon-svg-1x { width: 60px; }

/*--------------------------------
Service-img
---------------------------------*/
.service-img-box { transition: box-shadow .5s; }

.service-img-box:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); }

.service-img { position: relative; }

.service-content { }

.service-content > h2 { margin-bottom: 0px; }

.circle { background-color: #effee3; width: 60px; height: 60px; border: 1px solid #6aa84f; border-radius: 100px; color: #6aa84f; margin: -70px auto 40px auto; padding: 10px; text-align: center; line-height: 1.7; }

.number { font-size: 24px; font-weight: 500; }

.number-block { text-align: center; }

.number-title { margin: 20px 0; }

.circle-large { width: 100px; height: 100px; border-radius: 100%; line-height: 2; padding: 10px; text-align: center; font-size: 42px; }

.circle-default { background-color: #6aa84f; color: #ffffff; }

/*--------------------------------
testimonial
---------------------------------*/
.testimonial-block { position: relative; }

.testimonial-text { font-family: 'Merriweather', serif; color: #414855; font-style: italic; line-height: 32px; }

.testimonial-autor { padding-top: 15px; padding-bottom: 12px; }

.testimonial-name { color: #ffffff; line-height: 1; margin-bottom: 5px; }

.testimonial-autor-box { }

.testimonial-title { color: #6aa84f; margin-bottom: 0px; }

.testimonial-img { float: left; padding-right: 29px; }

.testimonial-meta { font-size: 12px; }

.testimonial-simple { }

.testimonial-name-inverse { color: #15549a; text-transform: uppercase; font-size: 14px; font-weight: 600; }

.client-rating { margin-bottom: 10px; }

.rate-done { color: #f9b218; }

.rate-remain { color: #c7ced5; }

/*--------------------------------
footer
---------------------------------*/
.newsletter-form { margin-bottom: 30px; }

.newsletter-title { color: #778191; margin-top: 10px; }

.footer { background-color: #1e2127; color: #676d75; font-size: 14px; }

.footer .table > tbody > tr > td { border-color: #676d75; color: #676d75; font-size: 12px;}

.footer-logo { margin-bottom: 30px; }

.footer-logo img { width: 180px}

.widget-footer { }

.widget-footer ul { }

.widget-footer ul li { line-height: 1.6; margin-bottom: 8px; }

.widget-footer ul li a { color: #778191; }

.widget-footer ul li a:hover { color: #6aa84f; }

.tiny-footer { background-color: #16191e; font-size: 12px; padding-top: 10px; padding-bottom: 10px; }

.widget-footer { position: relative; padding-left: 20px; line-height: 32px; }

.widget-footer ul li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #778191; content: "\f105"; }

.widget-social { }

.widget-social ul { }

.widget-social ul li { line-height: 1.6; margin-bottom: 8px; }

.widget-social ul li a { color: #778191; text-transform: uppercase; font-weight: 500; }

.widget-social ul li a i { width: 30px; }

.widget-social ul li a:hover { color: #6aa84f; text-decoration: underline; }

.address-text { }

.call-text { }

.call-text span { padding-right: 10px; vertical-align: middle; }

/*--------------------------------
Page header 
---------------------------------*/
.page-header { margin: 0; padding: 175px 0px 80px; min-height: 410px; border: none; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/page-header.jpg) no-repeat center; background-size: cover; }

.page-title { margin-bottom: 0px; font-size: 36px; }

.rate-block { text-align: right; }

.rate-number { margin-bottom: 0px; line-height: 1; color: #6aa84f; }

.btn-action { text-align: right; }

.sub-nav { background-color: #eff3f8; border-top: 1px solid #dee7f2; }

.is-sticky .sub-nav { position: relative; z-index: 9; top: 120px; }

.sub-nav > .nav { }

.sub-nav > .nav li a { padding: 16px; font-size: 14px; text-transform: uppercase; color: #7e93ae; font-weight: 500; border-right: 1px solid #dee7f2; }

.sub-nav > .nav li a:hover { background-color: #ffffff; color: #6aa84f; }

.sub-nav > .nav li a:focus { background-color: #ffffff; color: #6aa84f; }

.sub-nav > .nav li.active a { color: red; background-color: #ffffff; color: #6aa84f; }

.page-breadcrumb { }

.page-breadcrumb .breadcrumb { background-color: transparent; padding: 0px; font-size: 12px; text-transform: uppercase; color: #15549a; font-weight: 700; }

.page-breadcrumb .breadcrumb > li { }

.page-breadcrumb .breadcrumb > .active { color: #ffffff; font-weight: 700; }

.page-breadcrumb .breadcrumb > li a { color: #15549a; font-weight: 700; }

.page-breadcrumb .breadcrumb > li a:hover { color: #6aa84f; }

.page-breadcrumb .breadcrumb > li + li:before { padding: 0 5px; color: #15549a; content: "/\00a0"; }

/*--------------------------------
Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; border-radius: 5px; background: #6aa84f url(../images/cd-top-arrow.svg) no-repeat center 50%; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible { /* the button becomes visible */
    visibility: visible; opacity: 1; }

.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .9; }

.no-touch .cd-top:hover { background-color: #cb2529; opacity: 1; }

/* ============================================================
GLOBAL
============================================================ */

.effects { }

.effects .img { position: relative; }

.effects .img:nth-child(n) { }

.effects .img:first-child { margin-bottom: 20px; }

.effects .img:last-child { margin-right: 0; }

.effects .img img { display: block; margin: 0; padding: 0; max-width: 100%; height: auto; }

.overlay { display: block; position: absolute; z-index: 20; background: rgba(246, 96, 171, 0.8); overflow: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

a.close-overlay { display: block; position: absolute; top: 0; right: 0; z-index: 100; width: 45px; height: 45px; font-size: 20px; font-weight: 700; color: #ffffff; line-height: 45px; text-align: center; background-color: #de4526; cursor: pointer; }

a.close-overlay.hidden { display: none; }

a.expand { display: block; position: absolute; z-index: 100; width: 60px; height: 60px; border: solid 5px #ffffff; text-align: center; color: #ffffff; line-height: 50px; font-weight: 700; font-size: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

/* ============================================================
EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay { top: 0; bottom: 0; left: 0; right: 0; opacity: 0; }

#effect-6 .overlay a.expand { left: 0; right: 0; top: 0; margin: 0 auto; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

#effect-6 .img.hover .overlay { opacity: 1; }

#effect-6 .img.hover .overlay a.expand { top: 50%; margin-top: -30px; opacity: 1; }

/*----------------- Image Hover Effect ---------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }

.imghover { display: block; position: relative; max-width: 100%; }

.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }

.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }

.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f06e"; /* fa-eye */ font-family: "FontAwesome"; font-size: 36px; }

.imghover:hover::before, .imghover:hover::after { opacity: 1; }

.imghover:hover::before { background: rgba(34, 62, 92, .55); }

.imghover:hover::after { color: #ffffff; }

/*--------------------------------
Team  
---------------------------------*/
.team-block { }

.team-img { }

.team-content { }

.designation { font-size: 12px; color: #6aa84f; text-transform: uppercase; font-weight: 600; }

/*--------------------------------
About us 
---------------------------------*/
.about-section { }

.counter-section { }

.why-choose-section { }

.testimonial-section { }

.cta-section { }

.text-big { font-size: 20px; margin-bottom: 0px; }

/*--------------------------------
Card Listing Page
---------------------------------*/
.card-listing {padding: 26px;border: 1px solid #dee7f2;margin-bottom: 30px;background: #eff3f8;}

.card-img {}

.card-img img {}

.card-content {margin-top: 20px;}

.card-content .btn {margin-right: 30px;}

.card-name {}

.card-features {margin-top: 20px;}

.card-features ul li {border-bottom: 1px solid #eff3f8; padding-bottom: 10px;margin-bottom: 8px; line-height: 1.5;}

.card-details {}

.card-head-sections {margin-bottom: 40px;}

/*-----------------------------------------
Shortcodes
------------------------------------------*/
.st-tabs { /*border: 1px solid #dee7f2; */ }

.st-tabs .nav-tabs { border-bottom: 1px solid transparent; }

.st-tabs .nav-tabs > li > a { margin-right: 0px; line-height: 1.42857143; border: 1px solid #dee7f2; border-radius: 2px 2px 0 0; background-color: #eff3f8; font-size: 14px; text-transform: uppercase; color: #7e93ae; font-weight: 500; padding: 20px 8px; }

.st-tabs .nav-tabs > li > a:hover { background-color: #ffffff; border-bottom: 1px solid #dee7f2; color: #6aa84f; border-color: transparent; }

.st-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #8f979e; cursor: default; background-color: #ffffff; border: 1px solid #dee7f2; border-bottom-color: transparent; }

.st-tabs .tab-content { padding: 30px; background-color: #ffffff; border-left: 1px solid #dee7f2; border-right: 1px solid #dee7f2; border-bottom: 1px solid #dee7f2; margin-top: -2px; }

.st-tabs .nav-tabs.nav-justified > .active > a, .st-tabs .nav-tabs.nav-justified > .active > a:focus, .st-tabs .nav-tabs.nav-justified > .active > a:hover { border: 1px solid #dee7f2; border-bottom: transparent; color: #6aa84f; }

.column-block { margin-bottom: 30px; }

/*-----------------------------------------
Landing Page Template
------------------------------------------*/
.hero { position: relative; padding-top: 60px; padding-bottom: 100px; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/lp-car-image.jpg) no-repeat center; background-size: cover; }

.hero-home-loan { position: relative; padding-top: 60px; padding-bottom: 100px; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/home-loan-lp.jpg) no-repeat center; background-size: cover; }

.hero-title { font-size: 48px; line-height: 52px; color: #ffffff; font-weight: 800; letter-spacing: -1px; margin-bottom: 30px; }

.hero-captions { padding-top: 80px; }

.hero-text { color: #ffffff; }

.request-form { background-color: #ffffff; padding: 30px; border-radius: 4px; }

.form-title { color: #ee5a27; font-weight: 900; }

.form-subtitle { color: #3c4d6b; }

.form-subtitle b { color: #6aa84f; }

.price-rate { margin-top: 30px; }

.price-big { font-size: 40px; color: #ffffff; font-weight: 800; }

.price-rate small { color: #ffffff; text-transform: uppercase; }

.new-price, .old-price { margin-bottom: 30px; }

/*--------------- Features block class --------------*/
.feature { }

.feature-icon { }

.feature .feature-icon { margin-bottom: 20px; }

/*-------- feature icon left --------*/
.feature-left { }

.feature-left .feature-icon { float: left; color: #15549a; font-size: 28px; line-height: 1; }

.feature-left .feature-content { padding-left: 60px; }

.feature-content { }

/*--------- feature center --------*/
.feature-center { text-align: center; }

.feature-center .feature-icon { margin-bottom: 20px; }

.feature-icon-style { text-align: center; }

.feature-icon-style .feature-icon { margin: 0 auto 40px auto; background-color: #f4f6f8; width: 80px; height: 80px; border-radius: 100px; padding: 24px; text-align: center; color: #15549a; }

.feature-icon-style .feature-title { margin-bottom: 16px; }

.call-to-action { color: #ffffff; }

.feature-circle { background-color: #f4f6f8; width: 60px; height: 60px; border-radius: 100px; padding: 14px; color: #15549a; font-size: 26px; text-align: center; }

/*----- updated in v 1.0.2 ----*/
.feature-bg { background-color: #e3edf9; border-radius: 4px; padding: 60px; text-align: center; }

.feature-bg .feature-icon { background-color: #bacadd; color: #3c4d6b; width: 120px; height: 120px; border-radius: 120px; font-size: 40px; text-align: center; line-height: 120px; margin: 0 auto 40px auto; }

.feature-bg .feature-content { }

.feature-list-bar {background: #e3edf9; padding-top: 16px; padding-bottom: 16px;color: #3c4d6b;}

@media screen and (max-width: 1366px) {
    .slider-captions { position: absolute; bottom: 70px; width: 100%; }

    .slider-title { color: #ffffff; font-size: 32px; font-weight: 700; line-height: 42px; }

    .slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 0px; }

    .slider .owl-next { position: absolute; right: 0px; top: 40%; right: 0px; }

    .text-title-intro { font-size: 22px; line-height: 32px; }

    #slide-show {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
    .slider-captions { position: absolute; bottom: 100px; width: 100%; }
}

/*============= media query max-width: 768px; =============*/
@media only screen and (max-width: 768px) {

    /* start query */
    .header { padding-top: 5px; padding-bottom: 10px; }

    .logo {
        margin-top: 5px;
    }

    .text-title-intro { text-align: left; }

    #slide-show {
        margin-top: 50px;
    }

    /*--------------- slider for mobile view ( for mobile view  )---------- */
    .slider-captions { position: absolute; bottom: 28px; text-align: center; }

    .slider-title { color: #ffffff; font-size: 22px; text-transform: uppercase; font-weight: 700; line-height: 26px; }

    .slider .owl-prev { position: absolute; left: 0px; top: 30%; left: 0px; }

    .slider .owl-next { position: absolute; right: 0px; top: 30%; right: 0px; }

    /*--------------- Page Header ( for mobile view  )---------- */
    .page-header { padding: 40px 0px 80px; }

    .page-title { font-size: 28px; margin-bottom: 14px; }

    .btn-action { text-align: center; }

    .btn-action .btn { padding: 10px; float: left; margin-left: 5px; }

    .sub-nav > .nav li a { border-bottom: 1px solid #dee7f2; margin-bottom: 0px; }

    .childern { padding-left: 0px; }

    .widget-share { background-color: #ffffff; padding: 14px; position: absolute; top: 0px; right: 0px; }

    .search-nav { display: none; }

    .rate-counter-block { text-align: center; }

    .rate-icon { float: none; margin-bottom: 10px; }

    .loan-rate { font-size: 24px; }

    /*--------------- index - 4 ()-------------*/
    .header-transparent { position: relative; background-color: #15549a; }

    .header-transparent #navigation.small-screen #menu-button { display: block; padding: 16px 0px; color: #6aa84f; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; border-top: 1px solid #0a4587; margin-top: 20px; }

    .header-transparent #navigation.small-screen ul li { width: 100%; border-top: 1px solid #0a4587; }

    .header-transparent #navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #0a4587; height: 46px; width: 46px; cursor: pointer; }

    .header-transparent #navigation.small-screen ul ul li a { color: #ffffff; background: none; }

    /* small screen menu separator */
    .menu-separator { display: inline-block; }
}

/* start query */
@media only screen and (max-width: 320px) {

    /*--------------- slider for mobile view ( for mobile view  )---------- */
    .slider-captions { position: absolute; bottom: 18px; text-align: center; width: 100%; }

    .slider-title { color: #ffffff; font-size: 18px; text-transform: uppercase; font-weight: 700; line-height: 26px; }

    .slider .owl-prev { position: absolute; left: 0px; top: 30%; left: 0px; }

    .slider .owl-next { position: absolute; right: 0px; top: 30%; right: 0px; }

    .rate-icon { float: none; }

    .rate-counter-block { text-align: center; }

    .loan-rate { font-size: 24px; }

    .widget-share { background-color: #ffffff; padding: 14px; position: absolute; top: 0px; right: 0px; }

    .search-nav { display: none; }
}

.help-phone {
    padding-top: 15px;
}

.help-phone a {
    font-size: 20px;
    font-weight: 600;
}

.help-phone a .help-icon {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 10px;
    color: #15549a;
}

.form-message {
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.form-message.error {
    background: #ff0500;
}

.form-message.success {
    background: #5bb85c;
}

.form-message.warning {
    background: #f0ad4e;
}

.list-group {
    margin-bottom: 0;
    font-size: 18px;
}

.list-group-item {
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    border-top: none
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

.action-link {
    font-size: 24px;
    margin-top: 0;
}

.action-link > i {
    font-size: 24px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.3;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
    float: right;
}

/* Hide default HTML checkbox */
.switch input {display: none;}

/* The slider */
.switch-slider {
    color: #ffffff;
    line-height: 34px;
    padding-left: 10px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:after {
    height: 26px;
    width: 26px;
    content: "OFF";
    position: absolute;
    right: 7px;
    bottom: 7px;
}

input:checked + .switch-slider:after {
    content: "ON";
    left: 8px;
}

input.default:checked + .switch-slider {
    background-color: #444444;
}

input.primary:checked + .switch-slider {
    background-color: #2196f3;
}

input.success:checked + .switch-slider {
    background-color: #8bc34a;
}

input.info:checked + .switch-slider {
    background-color: #3de0f5;
}

input.warning:checked + .switch-slider {
    background-color: #ffc107;
}

input.danger:checked + .switch-slider {
    background-color: #f44336;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

/* Slide Shows */

.banner-content {
    padding: 40px;
}

/* Validation */
em.help-block {
    font-size: 85%;
}

.no-border { border: none !important; }

@media only screen and (min-width: 992px) {
    #banner-container {
        float: right;
    }
}


.loading .form-control,
.loading .load-data,
.loading.self,
.loading .radio-list > label {

    background-image: linear-gradient(90deg, #eeeeee 0px, #f8f8f8 40px, #eeeeee 80px) !important;
    background-size: 100% !important;
    animation: shine-lines 1.6s infinite linear !important;
}
.loading .load-data{
    border-radius: 20px;
}

.dashboard-stat .details .number{
    min-height: 36px;
    position: relative;
}

.loading .section-title:before,
.loading .dashboard-stat .details .number:before,
.loading h1.load-data {
    position: absolute;
    width: 93%;
    height: 10px;
    top: 40px;
    background-size: 100% !important;
    animation: shine-lines 6s infinite linear !important;
    content: "";
    border-radius: 20px;
    right: 0;
    animation-fill-mode: forwards;
    background: linear-gradient(to right, #d6dbe4 0%, #e0e1eb 25%, #d6dbe4 50%);
    -webkit-backface-visibility: hidden;
}

.loading *[class^="skeleton-data"]:before {
    animation: shine-lines 6s infinite linear !important;
    animation-fill-mode: forwards;
    background: linear-gradient(to right, #d6dbe4 0%, #e0e1eb 25%, #d6dbe4 50%);
    -webkit-backface-visibility: hidden;
}

.loading td.load-data{
    background: none!important;
}
.loading td.load-data:before{
    content: "";
    background: #d6dbe4;
    border-radius: 20px;
    display: block;
    width: 80%;
    height: 10px;
    position: absolute;
    top: calc(100% - 20px);
}

.loading #banner-container:before {
    position: absolute;
    width: 93%;
    height: 300px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    border-radius: 20px;
}
*[class^="skeleton-data"]{
    position: relative;
}

*[class^="skeleton-data"]:before{
    content: "";
    background: #d6dbe4;
    border-radius: 20px;
    display: block;
    width: 80%;
    height: 10px;
    position: absolute;
    top: calc(100% - 5px);
}

*[class^="skeleton-data"].right:before{
    right: 0;
}

.skeleton-data-50:before{
    width: 50%;
}

.skeleton-data-30:before{
    width: 30%;
}


.loading .line ~ .line {
    background-color: #dddddd;
}

.loading .btn, .loading .action-link {
    display: none;
}

.loader {
    display: none;
}

.loading .loader {
    display: block;
}

.text-muted { color: #9aa9c3; }

/***
Notes
***/
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eeeeee;
}

.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
    margin-top: 0;
}

.note p:last-child {
    margin-bottom: 0;
}

.note code,
.note .highlight {
    background-color: #ffffff;
}

.note.note-default {
    background-color: lightgray;
    border-color: #a0a0a0;
    color: #333333;
}

.note.note-default.note-bordered {
    padding: 0;
}

.note.note-default.note-bordered p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.note.note-primary {
    background-color: #5697d0;
    border-color: #2a7696;
    color: #d8e3f2;
}

.note.note-primary.note-bordered {
    padding: 0;
}

.note.note-primary.note-bordered p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #3ea0c9;
    border-bottom: 1px solid #3ea0c9;
    border-right: 1px solid #3ea0c9;
}

.note.note-success {
    background-color: #eef7ea;
    border-color: #bbdba1;
    color: #3c763d;
}

.note.note-success.note-bordered {
    padding: 0;
}

.note.note-success.note-bordered p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #e0efd4;
    border-bottom: 1px solid #e0efd4;
    border-right: 1px solid #e0efd4;
}

.note.note-info {
    background-color: #eef7fb;
    border-color: #91d9e8;
    color: #31708f;
}

.note.note-info.note-bordered {
    padding: 0;
}

.note.note-info.note-bordered p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #cceef4;
    border-bottom: 1px solid #cceef4;
    border-right: 1px solid #cceef4;
}

.note.note-warning {
    background-color: #fcf8e3;
    border-color: #f2cf87;
    color: #8a6d3b;
}

.note.note-warning.note-bordered {
    padding: 0;
}

.note.note-warning.note-bordered p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #f9e9c7;
    border-bottom: 1px solid #f9e9c7;
    border-right: 1px solid #f9e9c7;
}

.note.note-danger {
    background-color: #f9f0f0;
    border-color: #dca7b0;
    color: #a94442;
}

.note.note-danger.note-bordered {
    padding: 0;
}

.note.note-danger.note-bordered p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #f1dade;
    border-bottom: 1px solid #f1dade;
    border-right: 1px solid #f1dade;
}

/* Accordion */

.panel-title > a[aria-expanded="false"] > i.fa-minus-circle:before {
    content: "\f055";
}

.panel-title > a {
    border: none !important;
}

.panel-group .panel {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    border: 2px solid #dedede;
}

.panel-group .panel .panel-heading {
    color: #333333;
    background-color: #fbfbfb;
    border-color: #dedede;
}


/* Stepper */
.stepper .step-trigger {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    padding: 5px 0;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out, color .15s ease-out;
}

.stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.stepper .step-trigger:disabled,
.stepper .step-trigger.disabled {
    pointer-events: none;
    opacity: .65;
}

.stepper .step-trigger:focus {
    color: #6aa84f;
    outline: none;
}

.stepper .step-trigger:hover {
    text-decoration: none;
}

@media (max-width: 520px) {
    .stepper .step-trigger {
        flex-direction: column;
        padding: 10px;
    }
}

.stepper-header-title {
    margin-bottom: 42px;
    font-weight: normal;
    color: #505050;
}

.stepper-content-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

.stepper-content-description {
    font-size: 16px;
    margin-bottom: 35px;
    color: #7b838a;
}

.stepper-label {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 700;
}

.active .stepper-label {
    color: #000000;
}

.stepper-header {
    display: flex;
    min-width: 30%;
    padding-left: 25px;
}

@media (max-width: 520px) {
    .stepper-header {
        margin: 0 -10px;
        text-align: center;
    }
}

.stepper-line,
.stepper .line {
    width: 1px;
    min-height: 50px;
    margin: 0 0 0 9px;
    background-color: rgba(0, 0, 0, .12);
}

.horizontal .stepper-line {
    min-height: 1px;
    min-width: 20px;
    margin: 0 10px 0 0;
}

.complete .stepper-line {
    background-color: #6aa84f;
}

@media (max-width: 400px) {
    .stepper-line,
    .stepper .line {
        flex-basis: 20px;
    }
}

.stepper-circle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 10px 0 0;
    background-color: #6c757d;
    border-radius: 50% !important;
    color: #ffffff;
    vertical-align: middle;
    display: block;
}

.complete .stepper-circle,
.active .stepper-circle {
    background-color: #6aa84f;
}

.stepper-content {
    padding: 0 20px 20px;
    min-width: 70%;
}

h1.section-title,
.sub-title {
    padding-left: 20px;
    padding-right: 20px;
}


.input-icon > i {
    color: #cccccc;
    display: block;
    position: absolute;
    margin: 20px 20px 4px 1px;
    z-index: 3;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
}

.has-success .input-icon > i {
    color: #5bb85c;
}

.has-warning .input-icon > i {
    color: #ecbc29;
}

.has-info .input-icon > i {
    color: #89c4f4;
}

.has-error .input-icon > i {
    color: #ff0500;
}

.input-icon.right > .form-control {
    padding-right: 33px;
    padding-left: 12px;
}

.input-icon.right > i {
    right: 8px;
    float: right;
}

[data-toggle="stage-navigation"] {
    padding: 16px 0px 0px 30px;
    color: #6aa84f;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    list-style: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    top: -65px;
}

[data-toggle="stage-navigation"]:after {
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    height: 10px;
    width: 30px;
    border-top: 3px solid #919291;
    border-bottom: 3px solid #919291;
    content: '';
}

[data-toggle="stage-navigation"]:before {
    position: absolute;
    top: 13px;
    left: 0px;
    display: block;
    height: 3px;
    width: 30px;
    background: #919291;
    content: '';
}

.open [data-toggle="stage-navigation"]:after { top: 23px; border: 0; height: 3px; width: 30px; background: #333333; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.open [data-toggle="stage-navigation"]:before { top: 23px; background: #333333; width: 30px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }


/* Icons */
[class^="fa-"],
[class^="glyphicon-"],
[class^="icon-"],
[class*=" fa-"],
[class*=" glyphicon-"],
[class*=" icon-"] {
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    *margin-right: .3em;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

/* Check list */
input.field-check[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 10px;
}

/* Radio buttons */
input.field-check[type=radio] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.radio-list > label {
    display: block;
    font-weight: normal;
    min-height: 50px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    border: 2px solid #dedede;
    padding: 4px 10px;
    margin-bottom: 10px;
}

.radio-list > label.radio-inline {
    display: inline-block;
}

.radio-list > label.radio-inline:first-child {
    padding-left: 0;
}

/* Radio buttons in horizontal forms */
.form-horizontal .radio-list .radio {
    padding-top: 1px;
}

.form-horizontal .radio-list > label {
    margin-bottom: 0;
}

.form-horizontal .radio > span {
    margin-top: 2px;
}

.radio-list .radio {
    display: flex;
    flex-direction: row;
}

.stepper .radio > span,
.radio-list .radio > span {
    display: flex;
    padding-right: 30px;
    float: left;
    font-weight: normal;
    width: auto;
    height: auto;
}

@media (max-width: 520px) {
    .stepper-content {
        padding: 0;
    }
}

.stepper.vertical {
    display: flex;
    padding-bottom: 40px;
}

.stepper.vertical .stepper-header {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
}

.stepper.horizontal .stepper-header {
    flex-direction: row;
    align-items: center;
}

.stepper.vertical .stepper-pane,
.stepper.vertical .content {
    display: block;
}

.stepper.vertical .stepper-pane:not(.fade),
.stepper.vertical .content:not(.fade) {
    display: block;
    visibility: hidden;
}

.stepper-pane:not(.fade),
.stepper .content:not(.fade) {
    display: none;
}

.stepper .content.fade,
.stepper-pane.fade {
    visibility: hidden;
    transition-duration: .3s;
    transition-property: opacity;
}

.stepper-pane.fade.active,
.stepper .content.fade.active {
    visibility: visible;
    opacity: 1;
}

.stepper-pane.active:not(.fade),
.stepper .content.active:not(.fade) {
    display: block;
    visibility: visible;
}

.stepper-pane.dstepper-block,
.stepper .content.dstepper-block {
    display: block;
}

.stepper:not(.vertical) .stepper-pane.dstepper-none,
.stepper:not(.vertical) .content.dstepper-none {
    display: none;
}

.vertical .stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
    visibility: hidden;
}

/*.stepper .field-image,
.stepper .form-group {
    max-width: 800px;
    margin-bottom: 30px;
}*/

.stepper .field-image {
    margin-bottom: 20px;
}

.stepper .field-label {
    text-transform: uppercase;
}

.stepper .field-label.small {
    font-size: inherit;
}

.stepper .form-group > .help-block {
    display: none;
}

.stepper .help-toggle {
    margin-left: 10px;
    cursor: pointer;
}

.stepper .control-label {
    width: 100%;
    color: #7c848a;
}

.stepper .has-error .control-label {
    color: #a94442;
}

.stepper select.form-control {
    padding: 2px 10px;
    width: 100%
}

.stepper .form-group[data-active="0"] {
    display: none;
}

.field-check.verification-field {
    border: 0;
    outline: none;
}

.dynamic-instance .remove-instance {
    display: none;
}

.dynamic-instance[data-optional="true"] {
    display: block;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #f2f2f2, #ffffff);
    border-left: 0;
    border-bottom: 0;
}

.dynamic-instance[data-optional="true"] .remove-instance {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.dynamic-instance[data-optional="true"] .remove-instance > i {
    font-size: 18px;
}

.dynamic-instance .instance-number {
    font-size: 40px;
    color: #6c757d;
}

.step-submit {
    margin-top: 60px;
}

.form-container {
    width: 100%;
}

.btn-submit, .btn-post {
    width: 49%;
}

.btn-submit .submit-spinner,
.btn-submit.loading .submit-label,
.btn-post .submit-spinner,
.btn-post.loading .submit-label {
    display: none;
}

.btn-submit.loading .submit-spinner,
.btn-submit .submit-label,
.btn-post.loading .submit-spinner,
.btn-post .submit-label {
    display: block;
    text-transform: uppercase;
}

.btn-submit.btn[disabled],
.btn-post.btn[disabled] {
    opacity: 0.3;
}

/* Dropbox */

.file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.drop-box {
    border: 2px dashed #f1f1f1;
    padding: 20px;
    border-radius: 5px !important;
    background: #fdfdfd;
}

.drop-box.is-dragover {
    background-color: #fefefe;
}

.drop-box i {
    font-weight: 300;
    font-size: 20px
}

.drop-box:hover {
    cursor: pointer;
}

.status > [class^="icon-"],
.deleteUploadBtn > [class^="icon-"],
.submitUploadBtn > [class^="icon-"] {
    font-size: 20px;
    padding-top: 3px;
}

.deleteUploadBtn > [class^="icon-"],
.submitUploadBtn > [class^="icon-"] {
    font-weight: bolder;
}

.upload-btn-wrapper {
    padding-top: 1px
}

.upload-image-wrapper {
    padding-top: 10px;
}

@media (max-width: 767px) {

    .bg-boxshadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: flow-root;
        min-height: 520px;
    }

    .signature .mb30 {
        margin-bottom: 0 !important;
    }

    .signature .mt30 {
        margin-top: 0 !important;
    }

    .mb30 {
        margin-bottom: 0 !important;
    }

    .widget-social .text-right {
        text-align: center;
    }

    .footer-logo {
        margin-top: 30px;
    }

    .p0 {
        padding-right: 0;
        padding-left: 0;
    }

    .m0 {
        margin-left: 0;
        margin-right: 0;
    }

    .investment-card, .account-card {
        padding: 10px 15px !important;
    }

    .welcome-title .mb0 {
        margin-bottom: 15px !important;
    }

    .welcome-title h1 {
        line-height: 20px;
    }

    .m-rl-15 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #hero-form {
        padding-top: 80px !important;
    }

    .section-space80 {
        padding-top: 0;
        padding-bottom: 0 !important;
    }

    .welcome-title h1 {
        font-size: 18px !important;
    }

    .withdraw-status,
    .withdraw-details {
        font-size: 13px;
    }

    .feeds h2 {
        font-size: 18px !important;
    }

    .mt-xs-80 {
        margin-top: 80px !important;
    }
    .account-card h2 {
        font-size: 23px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mt-xs-80 {
        margin-top: 80px !important;
    }
    .header .col-sm-10 {
        width: 100%;
        min-height: 30px !important;
    }
    #navigation {
        margin-top: -50px;
    }
    .help-phone {
        right: 45px;
        top: 20px;
    }
    .section-space80 {
        padding-top: 30px;
        padding-bottom: 20px !important;
    }
}

.file-list img.preview {
    width: 80px;
    margin-top: -10px;
}

.file-list-container .heading {
    font-weight: bold;
    font-size: 75%;
    color: #9ca0a2;
}

.file-list-container .file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-warning {
    color: #c78107;
}

a.text-warning:focus, a.text-warning:hover {
    color: #925c00;
}

@media only screen and (max-width: 768px) {

    #summary .modal-dialog {
        width: 100% !important;
        height: 100% !important;
        padding: 0;
        margin: 50px 0;
    }

    #summaryContainer {
        width: 100% !important;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border: none;
    }

    .stepper-header {
        position: absolute;
        left: -1000px;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 10;
        top: 30px;
    }

    .stepper-header.open {
        left: 0;
        top: 0;
        padding-top: 60px;
    }

    .stepper.horizontal .stepper-header {
        display: none;
    }

    .stepper-content {
        width: 100% !important;
    }

    .btn-submit.btn-prev {
        float: left !important;
        margin-right: 0 !important;
    }

    .btn-submit.btn-next {
        float: right !important;
    }

    #verification-preview {
        display: none;
    }

    .stepper-header-title {
        text-align: left;
        margin-top: 5px;
    }

    .stepper .step-trigger {
        padding: 10px;
        flex-direction: row;
        display: inline-flex;
        width: 100%;
        padding-left: 0;
    }

    .stepper-header [data-toggle="stage-navigation"] {
        display: block;
        position: absolute;
        right: 40px;
        top: 20px;
    }

    .stepper-header.open [data-toggle="stage-navigation"] {
        align-self: flex-end;
        position: absolute;
    }

    [data-toggle="stage-navigation"] > i {
        font-size: 20px;
        color: #83a83d;
    }
}

@media only screen and (min-width: 768px) {
    [data-toggle="stage-navigation"] {
        top: -130px;
    }
}

@media only screen and (max-width: 480px) {
    .help-phone a {
        font-size: 12px;
        position: absolute;
        right: 60px;
        top: 18px;
    }

    h1.section-title,
    .sub-title {
        padding-left: 0;
        padding-right: 0;
    }

}

/* separator */

.separator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px auto;
}

.separator:before {
    margin-right: 15px;
}

.separator:after {
    margin-left: 15px;
}

.separator:after, .separator:before {
    background-color: #dedede;
    content: '';
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    height: 1px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

/* Dropdown Menu */
.dropdown-menu{
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 16px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .3);
    box-shadow: 0px 4px 16px 3px rgb(0 0 0 / 30%);
     padding:0;
    overflow: hidden;
}
.dropdown-menu>li{
    width: 100%;
    border-top: 1px solid rgba(223, 229, 237, 0.9);
}
.dropdown-menu>li:first-child{
    border-top:0;
}

.dropdown-menu>li>a{
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #66707f;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Date Picker */

.datepicker.dropdown-menu {
    padding: 10px;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background: #eeeeee;
}

.datepicker td, .datepicker th {
    width: 40px;
    height: 40px;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background: #5cb85c;
    text-shadow: none;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    font-size: 16px;
}

/* Radio Buttons */

/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}*/
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: normal;
}

[type="radio"] + label {
    border: 2px solid #dedede;
    border-radius: 4px;
    padding: 15px 28px;
    height: 54px;
}

[type="radio"]:checked + label {
    color: #666666;
    background: #ffffff;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 15px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 100%;
    background: #ffffff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5cb85c;
    position: absolute;
    top: 18px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[data-visible="0"] {
    display: none;
}

@keyframes shine-lines {
    0% {
        background-position: -10vw 0
    }
    100% {
        background-position: 50vw 0
    }
}

@media (max-width: 992px) {
    .pmt-option {
        border-bottom: 1px solid #cccccc;
    }

    .pmt-option.last-block {
        border-bottom: none;
    }

    .pmt-option .text-center {
        border: none;
    }

    h2.section-title, h3.section-title, h4.section-title { font-size: 20px; }

    .sub-title {
        text-align: left;
        font-size: 70%;
        padding-top: 10px;
    }

    .weatherwidget-io {display: none !important;}
}

/* table */


#table-loan-review.table > tbody > tr > td {
    width: 25%;
    white-space: inherit;
    text-align: center;
}

.table > tbody > tr.bg-muted td {
    background: #f3f3f3;
}

#table-loan-review.table > tbody > tr > td.col-span-50 {
    width: 50%;
}

.review-label {
    font-weight: 600;
    margin-bottom: 30px;
}

/* Digital Signature */

.stepper-content .doc-container:last-child hr {
    display: none;
}

.doc-item {
    font-size: 14px;
}

.doc-status {
    min-width: 100px;
    display: inherit;
    padding-left: 10px;
}

.doc-name {
    text-transform: uppercase;
}

.doc-item > .loading[type="checkbox"] {
    animation: spin 1s infinite linear;
}

.doc-sign {
    float: right;
}

.no-margin {
    margin: 0 !important;
}

.refresh-btn {
    margin-left: 20px;
}

.refresh-btn i {
    font-size: 20px;
}

@media (max-width: 992px) {
    h1.section-title {
        font-size: 25px;
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1.section-title {
        text-align: right;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)  {
    .visible-md {
        display: none !important;
    }
    .section-space80 {
        padding-top: 50px;
        padding-bottom: 30px !important;
    }
}

.dashboard-stat {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
}

.dashboard-stat:before, .dashboard-stat:after {
    content: " ";
    display: table;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
    position: absolute;
}

.dashboard-stat .visual > i {
    margin-left: -27px;
    font-size: 110px;
    line-height: 110px;
    color: white;
    opacity: 0.2;
    filter: alpha(opacity=30);
}

.dashboard-stat .details {
    padding: 15px;
}

.dashboard-stat .details .desc {
    color: white;
    font-weight: bold;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dashboard-stat .details .number {
    color: white;
    padding-top: 25px;
    text-align: right;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 300;
}

.dashboard-stat.green {
    background-color: #44b6ae;
}

.dashboard-stat.red {
    background-color: #e35b5a;
}

.dashboard-stat.yellow {
    background-color: #ffb848;
}

.dashboard-stat.blue {
    background-color: #578ebe;
}

.dashboard-stat.purple {
    background-color: #8775a7;
}

.portlet.solid {
    background: #f8f9fb;
    padding: 0 10px 10px 10px;
    border: 0;
    border-radius: 10px;
}

.portlet.solid.bordered {
    border: 1px solid #eff1f4 !important;
}

.portlet > .portlet-title:before, .portlet > .portlet-title:after {
    content: " ";
    display: table;
}

.portlet.solid.bordered > .portlet-title {
    margin-bottom: 10px;
}

.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.portlet.solid > .portlet-title > .caption {
    padding: 16px 0 2px 0;
    width:100%
}

.portlet > .portlet-title > .caption > i {
    float: left;
    margin-top: 2px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    color: #b8c1d1;
}

.portlet > .portlet-title.purple > .caption > i{
    color: #d0c6e2;
}

.portlet.box {
    padding: 0 !important;
}

.portlet.box > .portlet-title {
    border-bottom: 1px solid #eeeeee;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
    margin-bottom: 0;
    color: #ffffff;
}

.portlet.box > .portlet-title > .caption {
    padding: 11px 0 9px 0;
    color: white;
}

.portlet > .portlet-title:after {
    clear: both;
}

.portlet > .portlet-title:before, .portlet > .portlet-title:after {
    content: " ";
    display: table;
}

.portlet > .portlet-body {
    clear: both;
}

.portlet.box > .portlet-body {
    background-color: #f8f9fb;
    border-radius: 10px;
    padding: 10px;
}

.portlet.box > .portlet-title > .caption > a {
    color: white;
}

.portlet.box > .portlet-title > .caption > a:hover {
    color: #D0C5E0;
}

.legend table tbody td {
    padding: 5px;
}

.legend > table{
    background: rgba(255,255,255, 0.7);
    border-radius: 4px;
    overflow: hidden;
}

.chart-loading{
    position: absolute;
    left: calc(50% - 13px);
    top: calc(50% - 10px);
}

.blue {
    background-color: #579ad4;
}

.purple {
    background-color: #8775a7;
}

.welcome-title {
    padding-left: 15px;
    padding-right: 15px;
}

.welcome-title a{
    padding: 0 10px 0 0;
}
.welcome-title i {
    font-size: 25px;
}

.welcome-title hr {
    border-top: 3px solid #eeeeee;
}

.welcome-title .btn-outline{
    padding: 12px 23px;
    border-radius: 15px;
}

table.table-settings {
    color: black;
    width: 100%;
    font-size: 14px;
}

table.table-settings td, table.table-settings th {
    border-width: 0 0 1px;
    border-color: #dadee7;
    border-style: dotted;
    padding: 5px;
    position: relative;
}

.table-content {
    padding: 15px 10px;
}

.investment-card, .account-card{
    border: 1px solid #eef0f3;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
}

.investment-card{
    background-color: #fcfcfc;
}

.account-card {
    background-color: white;
    margin-left: 20px;
    margin-right: 20px;
}

.account-card p {
    margin: 0 0 15px;
}

.investment-link{
    font-size: 80%;
}

.table-settings td:nth-child(2n) {
    text-align: right;
}

.m-rl-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.investments .btn-primary {
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    color: #000000;
}

.investments .btn-primary.active:hover,
.investments .btn-primary:active:hover,
.investments .open > .dropdown-toggle.btn-primary:hover,
.investments .btn-primary.active.focus,
.investments .btn-primary.active:focus,
.investments .btn-primary:active.focus,
.investments .btn-primary:active:focus,
.investments .open > .dropdown-toggle.btn-primary.focus,
.investments .open > .dropdown-toggle.btn-primary:focus {
    color: #000000;
    background-color: #ffffff;
}

ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.feeds {
    padding: 15px 10px;
}
ul.feeds h2 {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}

ul.feeds li {
    padding-bottom: 3px;
    border-bottom: 1px dotted #d6dbe4;
    margin-bottom: 15px;
}

ul.feeds li:last-child{
    margin-bottom: 0;
}

ul.feeds .fa {
    font-size: 5px;
    vertical-align: middle;
}

ul.feeds .sign-request > i{
    font-size: inherit;
    margin: 0 2px 0 0;
    vertical-align: initial;
}

.scrollable ul.feeds {
    padding-right: 25px;
}

.withdraw-details {
    color: #646464;
}

.withdraw-status {
    color: #aaa7a7;
}

.contract-date {
    color: #646464;
    margin: 0 0 0px;
}