@charset "utf-8";
/*--------------------------------------------------------------------
	General CSS
--------------------------------------------------------------------*/
body {color:#484848; font-size:14px; line-height: 1.6; font-family: 'Montserrat', sans-serif; font-weight: normal;}

/*----------- Heading -----------*/
h1,h2,h3,h4,h5,h6 {margin:0px 0px 10px 0px; color:#333333; font-family: 'Montserrat', sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}
h6 {font-size: 0.8em;}

/*----------- Links -----------*/
a {color:#1376b9; text-decoration:none;}
a, a:focus, a:hover, a:active {outline:0 !important;}
a:focus {text-decoration: none;}
a:hover {color:#1e6bac; text-decoration:none !important;} 
a:hover,a:focus{text-decoration:none; outline:none;}
 
/*----------- Lists -----------*/
ul {list-style:none;}
ul, ol {padding:0; margin:0;}
li ul, li ol {padding:0; margin:0;}

/*----------- Paragraph -----------*/
p {font-size:15px; line-height:24px; margin:0 0 10px 0;}
p img.left {float:left; margin:1.5em 1.5em 1.5em 0; padding:0;}
p img.right {float:right; margin:1.5em 1.5em 1.5em 0;}
strong {font-weight:bold; }
em, dfn {font-style:italic; }
dfn {font-weight:600;}
sup{line-height:0; font-size:smaller;}
sub {line-height:0; font-size:smaller;}
abbr, acronym {border-bottom:1px dashed #ccc;}
address {margin:0 0 1.5em;}
del {color:#666;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace; line-height:1.5em; display:block; }
code {background-color:#eee; display:inline; padding:0px 2px 1px 2px; line-height:1.1em; }
pre {margin:1.5em 0; white-space:pre; }
i{font-style: normal;}
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.hide { display:none}
.block { display:block !important;}
.inline { display:inline !important;}
.bold { font-weight:600;}
.italic { font-style:italic;}

/*----------- Margin -----------*/
.mr_none {margin:0px !important;}
.mr_b5,.mr_b10,.mr_b15,.mr_b20,.mr_b25,.mr_b30,.mr_b35,.mr_b40,.mr_b45,.mr_b50,.mr_b55,.mr_b60 {clear:both;}
.mr_b5 {margin-bottom:5px;}
.mr_b10 {margin-bottom:10px;}
.mr_b15 {margin-bottom:15px;}
.mr_b20 {margin-bottom:20px;}
.mr_b25 {margin-bottom:17px;}
.mr_b30 {margin-bottom:30px;}
.mr_b35 {margin-bottom:35px;}
.mr_b40 {margin-bottom:40px;}
.mr_b45 {margin-bottom:45px;}
.mr_b50 {margin-bottom:50px;}
.mr_b55 {margin-bottom:55px;}
.mr_b60 {margin-bottom:60px;}

/*----------- Fonts -----------*/
.ft6{font-size:6px;}
.ft7{font-size:7px;}
.ft8{font-size:8px;}
.ft9{font-size:9px;}
.ft10{font-size:10px;}
.ft11{font-size:11px;}
.ft12{font-size:12px;}
.ft13{font-size:13px;}
.ft14{font-size:14px;}
.ft15{font-size:15px;}
.ft16{font-size:16px;}
.ft17{font-size:17px;}
.ft18{font-size:18px;}
.ft19{font-size:19px;}
.ft20{font-size:20px;}

/*----------- Headlines -----------*/
.title{text-align: center; margin-bottom: 30px;}
.heading h2{font-size: 28px; margin-bottom: 50px; text-align: center; font-weight: bold; position: relative; }
.heading h2::after{position: absolute; content: ''; width: 50px; height: 3px; background: #3e4095; left: 50%; bottom: -15px; transform: translateX(-50%)}
.heading p{font-size: 20px; margin-bottom: 40px; text-align: center; font-weight: 300;}


/*-----------------------------------------------
  Index Page
-----------------------------------------------*/
.header-top{position: relative;}

.main-content{background: #f4f4f4; padding: 50px 0;}

.top-title{text-align: center; margin-bottom: 30px;}
.top-title h1{font-size: 30px; font-weight: bold; color: #6a52a2; margin-bottom: 15px;}
.top-title p{font-size: 16px; color: #000000; line-height: 24px; font-weight: normal;}

 



.loan-cards{background: #ffffff; padding: 15px; margin: 10px 0; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 5px;}
.loan-cards .loan-title h2{font-size: 24px; font-weight: bold; text-align: left; text-transform: uppercase; color: #6a52a2;
margin-top: 10px;}
.loan-cards .loan-image img{margin: 10px 0; border-radius: 5px;}
.loan-cards .loan-details{margin-top: 5px;}
.loan-cards .loan-details .interest-rate{background: #6a52a2; padding: 7px 20px; color: #ffffff; font-weight: 600; border-radius: 5px; display: flex; margin-bottom: 20px; align-items: center;}
.loan-cards .loan-details .interest-rate span{font-size: 18px; display: block;}
.loan-cards .interest-rate img{margin-right: 20px;}
.loan-cards .invest-now{text-align: left; margin: 20px 0 0 0;}
.disclamier{margin-top: 25px;}
.disclamier p{margin: 0; font-size: 13px; color: #000000;}




@media(max-width: 768px) {
    .top-title h1{font-size: 27px;}
    .top-title p{font-size: 14px;}
    .loan-cards .loan-title h2{font-size: 20px;}
    .loan-cards .loan-details p{font-size: 14px;}
    .disclamier p{font-size: 10px; line-height: 16px;}
}































































