/* Bootstrap Css Changes */
.navbar{
    width: 100%;
    height: 60px;

    padding: 5px;
    margin-bottom: 0;

    background-color: #e9e9e9;
    
}
.navbar-default .navbar-toggle {
    border-color: transparent !important;
}
.nav.navbar-nav.navbar-right li, 
.nav.navbar-nav.navbar-right a{
    height: 25px;
}
.navbar-default .navbar-nav>li>a {
    color: #33618E;
    padding: 5px 15px;
    font-size: 12px !important;
}
.navbar-default .navbar-nav>li>a.clickable {
    font-size: 14px !important;
}
.navbar-default 
.navbar-nav li a.clickable:focus,
.navbar-default .navbar-nav li a.clickable:hover{
    text-decoration: underline;
}
.navbar-default 
.navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover, h2{
    color: #33618E !important;
}
.navbar-brand{ padding: 0; }

.jumbotron{
    padding: 200px 20px;
    background-color: transparent;
    color: wheat;
}

/* Local Css */

body{ font-family: 'Montserrat', Helvetica; }
#home, #about, #calculation, #repayment-terms, #navbar-links{
    height: auto;
    background-color: #e9e9e9;
}
#how-it-works{
    height: auto;
    background-color: #fff;
}
#repayment-terms{
    border: solid 1px #cecece;
    box-shadow: 0 10px 10px -4px #777;
}
.h1, .h2, .h3, .h4, .h5, .h6{
    color: #33618E;
}
.font-bigger{ font-size: 18px; }
.backgroundImage{
    background-image: url('../images/bg-cgi.jfif');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.fullSquare{
    margin: 0 -15px 0 -15px;
    height: auto;
}
.circle{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: solid 1px #33618E;
    color: #33618E;
}
.blackOpacity{
    background-color: black;
    opacity: 0.83;
}
.bg-blue{ background-color: #33618E; }
.blue-title{
    color: #33618E;
    font-weight: 900;
}
.line-water{
    width: 227px;
    height: 28px;
    border-bottom: 8px solid #18d4b0;
    margin-left: -25px;
}
.btn-water{
    box-shadow: 0px 0px 8px gray;
    /* background-color: #18D4B0; */
    background: linear-gradient( #5ef3d6, #25ccad);
    color: #fff;
}
.span-water{
    background-color: #18d4b0;
    color: #fff;
}
.btn.span-water:hover, .btn.span-water:focus{ color: white; outline: none;}
.btn-water:hover{
    background: linear-gradient(#0a3995, rgb(36, 83, 175));
}
.btn-water h4{ color: #fff; }
.float-right{ float: right; }
.float-left{ float: left; }
.padding-50{ padding: 50px; }
.padding-20{ padding: 20px; }
.padding-30{ padding: 30px; }
.padding-15{ padding: 15px; }
.padding-6-12{ padding: 6px 12px; }
.padding-20-40{ padding: 20px 40px; }
.margin-top-20{ margin-top: 20px; }
.no-margin{ margin: 0; }
.no-padding{ padding: 0 !important; }
li a.no-padding{ padding: 5px 0 !important;}
.margin-bottom{ margin-bottom: 30px; }
.margin-top{ margin-top: 30px; }
.flexCentralization{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexCentralization-left{ justify-content: flex-end; }
.icon{ transform: scale(0.7); }
.main-text{ font-size: 16px; }
.computer-wrap{ flex-wrap: wrap; }
.mobile-wrap{ flex-wrap: nowrap; }
.all-wrap{ flex-wrap: wrap; }
.icon-wrapper{
    padding: 10px;
    width: 45px;
    border-radius: 10px;
}
.calc-wrapper{
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
}
.calc-blue-wrapper{
    background-color: #0080ff;
    color: white !important;
    border-radius: 10px;
}
.border-white{
    border: solid 1px white;
    border-radius: 2px;
}
.input-calculation{ width: 20; }
label{ font-size: 13px; }

.faq-title{ color: #7CABEC; }
.faq-text{
    color: #a3a3a3;
    line-height: 17px;
}
.repayment-text{ color: #0f2943; }

/* Responsive Styles */

@media screen and (max-width: 768px){
    body{ font-size: 13px; }
    h2, .h2{ font-size: 22px; }
    h3, .h3{ font-size: 14px; }
    h4, .h4{ font-size: 13px; }
    .icon-wrapper{
        float: none;
        width: 35px;
        height: 35px;
        padding: 7.5px;
    }
    .icon-2{ margin-top: 30px; }
    .icon-3{ margin-top: 60px; }
    .icon-wrapper img{ width: 20px; }
    .icon{ transform: scale(0.5); }
    .padding-30{ padding: 10px; }

    .mobile-no-padding-height{ padding-top: 0 !important; padding-bottom: 0 !important; }

    .computer-wrap{ flex-wrap: nowrap; }
    .mobile-wrap{ flex-wrap: wrap; }
    .mobile-margin-bottom{ margin-bottom: 20px; }
    .no-display-mobile{ display: none !important; }
    .mobile-block{ display: block !important; }
    .main-text{ font-size: 13px; }
    .font-bigger{ font-size: 14px; }

    hr.about{ width:50px !important; border-top: solid 1px #33618E !important; }

    
    .padding-50{ padding: 30px; }
    .padding-20-40{ padding: 15px 30px; }
    .circle{
        width: 100px;
        height: 100px;
    }

    .line-water{
        transform: scale(0.5);
        margin-left: -60px;
    }

    .flexCentralization-left{ justify-content: center; }
}