body{
	margin: 0;
	padding:0;
	  font-family: 'Gotham';
}
*{
	box-sizing: border-box;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-XLight.woff2') format('woff2'),
        url('fonts/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
section.persnalloan_section {
    background: url(images/loan_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 16% 0;
}

.page_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
.loan_info h1 {
    font-size: 54px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
}
.loan_info p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.loan_policy_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.loan_policy_row .loan_policy_col {
    flex: 0 0 31%;
    max-width: 31%;
        background: #fff;
    text-align: center;
        box-shadow: 0 4px 8px 0 rgba(100,102,106,.15), 0 8px 16px 0 rgba(100,102,106,.33);
            text-decoration: none;
}
.loan_policy_row .loan_policy_col h2 {
 margin: 0;
    font-size: 13px;
    color: #8b8c8f;
    font-weight: 500;
    border-top: 1px solid #b1b3b5;
    text-align: center;
    background-color: #f7f7f7;
    padding: 5px;
    line-height: 18px;
    border-bottom: 1px solid #b1b3b5;
}
.loan_policy_col .loan_disc .loan_icons svg {
    color: #005fb9;
    width: 56px;
}
.loan_policy_col .loan_disc {
    padding: 30px 0;
}
.loan_policy_col .loan_disc h3 {
    margin: 0;
    color: #005fb9;
    font-size: 16px;
    padding: 0 5px;
    font-weight: 700;
    line-height: 23px;
}
.loan_policy_row .loan_policy_col p {
    margin: 0;
    font-size: 13px;
    color: #8b8c8f;
    font-weight: 500;
    border-top: 1px solid #b1b3b5;
    text-align: center;
    background-color: #f7f7f7;
    padding: 5px;
    line-height: 18px;
}
.loan_policy_row .loan_policy_col:hover .loan_disc {
   background-color: #f7f7f7;
}
section.loan_policy_section {
    margin-top: -124px;
    z-index: 1;
    position: relative;
}
section.our_picks {
    padding: 80px 0;
}
section.our_picks h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}
.our_picks_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.our_picks_row .our_picks_col img {
    width: 100%;
}
.our_picks_row .our_picks_col {
    flex: 0 0 32%;
    max-width: 32%;
}
 a.our_pick_img {
    display: block;
    float: left;
    text-decoration: none;
    position: relative;
}
a.our_pick_img:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #0000002e;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
a.our_pick_img:hover:before {
 opacity: 1;
}
.our_picks_row .our_picks_col h4 {
    clear: both;
    margin: 0;
    float: left;
    margin: 5px 0;
}
.our_picks_row .our_picks_col h4 a {
    display: block;
    clear: both;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
}
 a.our_pick_img img {
    object-fit: cover;
    height: 173px;
}
a.our_picks_user figure {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}
a.our_picks_user {
    clear: both;
    float: left;
       text-decoration: none;
}
a.our_picks_user figure span img {
    border-radius: 100%;
    width: 32px;
    height: 32px;
}
a.our_picks_user figure span {
    width: 32px;
}
a.our_picks_user figure p {
    margin: 0;
    margin-left: 7px;
    color: #8b8c8f;
}
.our_picks_col-50 {
    flex: 0 0 49%;
    max-width: 49%;
    position: relative;
}
.our_picks_col-50 a.our_pick_img, .our_picks_col-50 a.our_pick_img img {
    width: 100%;
}
.our_picks_col-50 a.our_pick_img img {
    height: auto;
    width: 100%;
}
.our_picks_col-50 a {
    text-decoration: none;
}
 .ques_col h3 {
    margin: 8px 0;
}
.ques_col h3 a, .latest_block_col .latest_block_col_iner .latest_blog_disc h4 a{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
}

 .faq_block .ques_col {
    width: 100%;
    display: block;
    clear: both;
    border-top: 1px solid #b1b3b5;
    margin-bottom: 20px;
    float: left;
}
.our_picks_col-50 .ques_col.student_img_info {
    clear: both;
    display: block;
    float: left;
    background: #fff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
}
.latest_block_col_iner .latest_blog_img img {
    width: 100%;
}
.latest_block_col {
    flex: 0 0 49%;
    max-width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.latest_block_col .latest_block_col_iner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        margin: 12px 0;
}
.latest_block_col .latest_block_col_iner .latest_blog_img {
    flex: 0 0 30%;
    max-width: 30%;
}
.latest_block_col .latest_block_col_iner .latest_blog_disc {
    flex: 0 0 66%;
    max-width: 66%;
   
    border-bottom: 1px solid #b1b3b5
}
.latest_block_col .latest_block_col_iner .latest_blog_disc h4 {
    margin: 0;
}
.latest_block_col .latest_block_col_iner .latest_blog_disc a {
    text-decoration: none;
}
.latest_block_col .latest_block_col_iner .latest_blog_disc p {
    margin: 0;
}
.latest_block_col .latest_block_col_iner .latest_blog_disc p a{
	margin: 4px 0;
 
    color: #8b8c8f;
}
.more_story {
    margin: 14px 0;
    text-align: right;
}
.more_story a svg {
    width: 22px;
    margin-left: 10px;
}
.more_story a {
    display: inline-flex;
}
.more_story a svg {
    width: 20px;
    margin-left: 7px;
    transform: rotate(180deg);
    perspective: 150px;
}
a.our_pick_img img {
    float: left;
}
.more_story a {
    display: inline-flex;
    color: #008255;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    align-items: center;
}
section.latest_blogs h2 {
    border-bottom: 1px solid #b1b3b5;
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 12px;
}
@media only screen and (max-width: 767px) {
	.loan_policy_row .loan_policy_col, .our_picks_row .our_picks_col, .our_picks_col-50, .latest_block_col {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0;
}
.loan_info h1 {
    font-size: 36px;
   }
   section.persnalloan_section {
    padding: 30% 0;
}
}