* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.top-header {
    position: fixed;
    width: 100%;
    z-index: 10000;
}
body {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #f5f5f5;
    text-align: justify;
}

h5{
    font-size: 18px;
    font-weight: 700;
}
h4{
    font-size: 22px;
    font-weight: 600;
}
p{
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}
a{
    color: #0079c2;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}
a:hover{
    text-decoration: none;
}


/* custom classes */
.w-40 {
    width: 40% !important;
}

.z-index-100 {
    z-index: 100;
}

.ml-30 {
    padding-left: 100px;
}
.pt-73{
    padding-top: 73px;
}
.pt-100{
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.text-black {
    color: #111 !important;
}

.bg-black {
    background-color: #111;
}

.bg-sky {
    background-color: #d8e9fc;
}

.bg-gray {
    background-color: #cecece;
}

.text-blue {
    color: #236597 !important;
}

.bg-blue {
    background-color: #236597 !important;
}

.bg-light-blue{
   background-color: #0079c2; 
}

.light-blue{
    background-color: #c1dff2;
}

.text-15{
    font-size:15px;
}

.text-gray{
    color: #565656 !important;
}
.bg-lightgray{
    background-color: #565656; 
}
.border-r20{
    border-radius: 20px !important;
}
/* nav bar */
header{
    position: fixed;
    width: 100%;
    z-index: 10000;
}
.navbar {
    background: #202020;
    border: none;
    /*border-left: 6px solid #f0f0f0;*/
    margin: 0 !important;
    position: initial;
    top: 20px;
}

.navbar ul li a {
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    transition: all 0.4s ease-in;
}

.navbar ul li:hover a {
    color: #ffa500;
}
/* intrest section */
.main-btn{
margin-top: 7px;
padding: 5px 30px;
background-color: #0a70ae;
color: #fff;
border: none;
font-weight: 400;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
transition: background-color 0.5s ease-in-out;
}
.intrest div h6{
    padding-top: 8px !important;
    font-size: 15px;
    font-weight: 600;

}
.intrest div p{
    
  padding: 0px;  
}
.intrest div a{
    color: #111;
}
.intrest div span{
    font-size: 13px;
    color: #3f3a3a;
    font-weight: 500;
}

p, span{
    font-size: 14px !important;
    font-weight: 500 !important;
    color:#000 !important;
}
.loan-text span{
    font-size: 14px;
    font-weight: 500;
}
.loan-text ul li{
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
.loan-text h6{
    font-size: 18px;
    font-weight: 600;
}

.client-sec .img-box{    
    border-radius: 20px;
}
.client-sec .img-box img{    
    border-radius: 20px;
}
.client-sec p{
    color: black;
    line-height: 23px;

}
.loan-advantage p span{
    font-weight: 800;
    color: #111;
}
ul li{
    font-size: 16px;
    font-weight: 700;
}
.footer-top ul li p{
    font-weight: 600;
    line-height: 22px;
}

.footer-middle p span{
    font-weight: 700;
    color: black;
}
.footer-middle p{
    font-size: 13px;
}
/* footer */

footer .social-icon li a {
    background-color: #303030;
    margin-right: 4px;
    color: #909090;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 15px;
    text-align: center;
    transition: all 0.4s ease-in;
}

footer .social-icon li:hover a {
    background-color: #d54ab6;
    color: #fff;

}

/* credit card page */

.credit-card .card{
    border-radius: 10px;
}

.credit-card .card-body{
    padding-left:9px !important;
    padding-right:9px !important;

}
#top {
    position: fixed;
    z-index: 5000;
    right: 20px;
    bottom: 20px;
    display: none;
}
#top i {
    border: 2px solid #0079c2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 23px;
    color: #0079c2;
}
/* feature page */
.feature h5{
    color: #9CCEEB;
}
.feature ul li{
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
}
.p-73{
    padding-top: 73px;
}

@media (max-width:767px){
.pt-73 {
    padding-top: 68px;
    background: #7fbbe2;
}
.personal-loan img{
min-height:70px;
}
.credit-card-img{
    background: #e2e9ea;
}
.navbar{
    top: 10px
}
.p-73{
    padding-top: 68px;
}
}