/************************* BLOCK ONE *************************/
.overlay_bg_microcredits {
    display     : block;
    float       : left;
    position    : relative;
    width       : 100%;
    z-index     : 0;
}
.bg_one_mobile {
    display    : none;
}
.microcredits_b_one {
    display     : inline-block;
    font-family : "Arial";
    left        : 0;
    position    : absolute;
    top         : 20vw;
    width       : 100%;
    z-index     : 1;
}
.microcredits_b_one h1 {
    color       : #fff;
    font-family : "Munistic";
    font-size   : 4vw;
    padding-top : 2.5vw;
}
.microcredits_b_one h2 {
    color       : #fff;
    font-family : "Munistic";
    font-size   : 3vw;
}
.microcredits_b_one h3 {
    color       : #fff;
    font-family : "Munistic";
    font-size   : 1.5vw;
}
.microcredits_b_one hr {
    background  : #fff;
    height      : 1.5px;
    margin-top  : 1vw;
    opacity     : 0.5;
    width       : 5vw;
}
.microcredits_b_one .coin_golden {
    padding-top : 1vw;
    width       : 4vw;
}
/* ********************************************************** */
/************************* BLOCK TWO *************************/
.microcredits_b_two {
    display     : inline-block;
    font-family : "Arial";
    left        : 0;
    position    : absolute;
    top         : 5vw;
    width       : 100%;
    z-index     : 1;
}
.microcredits_b_two .container {
    width : 80vw;
}
.microcredits_b_two p {
    color           : #0a202e;
    font-size       : 1vw;
    padding-left    : 0.7vw;
    padding-right   : 11vw;
    padding-top     : 0.5vw;
    text-align      : justify;
}
.microcredits_b_two hr { 
    border           : 0;
    background-image : linear-gradient(to right, rgba(0, 0, 0, 0), rgba(180, 181, 186, 0.85), rgba(0, 0, 0, 0));
    height           : 2.5px;
    margin-bottom    : 3vw;
    margin-left      : 1vw;
    margin-top       : 3vw;
    width            : 36vw;
}     
.microcredits_b_two ul {
    font-family   : "Arial";
    font-size     : 1vw;
    padding-left  : 1.7vw;
    padding-right : 15vw;
    text-indent   : -33px;
    text-align    : left;
}
.microcredits_b_two li {
    list-style  : none;
    padding-top : 0.5vw;
}        
   
.microcredits_b_two ul li::before {
    content                 : "• ";
    background              : linear-gradient(to right top, #fff 16%, #243970 46%);
    -webkit-background-clip : text;
    -webkit-text-fill-color : transparent;
    font-size               : 53px;
    margin-top              : 1px;
    vertical-align          : middle;
    line-height             : 0vw;
}         
.microcredits_b_two h2 {
    color       : #0a202e;
    font-size   : 1.7vw;
    padding-top : 1.5vw;
}
.microcredits_b_two h1 {
    color       : #0a202e;
    font-family : "Munistic";
    font-size   : 2vw;
    padding-top : 1.5vw;
}             
/* ********************************************************** */
/************************ BLOCK THREE ************************/
.microcredits_b_three {
    color       : #fff;
    display     : inline-block;
    font-family : "Arial";
    left        : 0;
    position    : relative;
    width       : 100%;
    z-index     : 1;
}
.microcredits_b_three .col_one {
    background-color : #091f2d; 
    padding-bottom   : 5vw;
    padding-left     : 7vw;
    padding-right    : 7vw;
    padding-top      : 5vw;
}
.microcredits_b_three hr {
    border           : 0; 
    height           : 2.5px; 
    width            : 32vw;
    background-image : linear-gradient(to right, rgba(0, 0, 0, 0), rgba(26, 110, 133, 0.75), rgba(0, 0, 0, 0));            
    margin-top       : 3vw;
    margin-bottom    : 3vw;
    margin-left      : -2vw;
}
.microcredits_b_three .col_one .col_one_one h1,
.microcredits_b_three .col_one .col_one_four h1,
.microcredits_b_three .col_one .col_one_nine h1 {
    font-family : "Munistic";
    font-size   : 1.6vw;
    text-align  : left;
}
.microcredits_b_three .col_one .col_one_one h2 {
    font-family : "Arial";
    font-size   : 1.2vw;
    text-align  : left;
}        
.microcredits_b_three .col_one .col_one_one a {
    font-family : "Arial";
}        
.microcredits_b_three .col_one .col_one_one {
    margin-bottom   : 1.5vw;
}
.microcredits_b_three .col_one .col_one_two img {
    width : 3vw;
}
.microcredits_b_three .col_one .col_one_three {
    align-items     : center;
    background      : rgba(18,75,120,1);
    background      : -moz-linear-gradient(left, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    background      : -webkit-gradient(left top, right top, color-stop(0%, rgba(18,75,120,1)), color-stop(51%, rgba(27,50,92,1)), color-stop(100%, rgba(26,38,80,1)));
    background      : -webkit-linear-gradient(left, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    background      : -o-linear-gradient(left, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    background      : -ms-linear-gradient(left, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    background      : linear-gradient(to right, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    border-radius   : 67px;
    color           : #fff;
    display         : flex;
    filter          : progid:DXImageTransform.Microsoft.gradient( startColorstr='#124b78', endColorstr='#1a2650', GradientType=1 );
    font-size       : 1.25vw;
    font-family     : 'Munistic';
    justify-content : center;
    margin-right    : 0 auto;
    margin-top      : 8px;
    margin-bottom   : 8px;    
    padding-left    : 1.5vw;
    text-align      : center;
    text-decoration : none;
}
.microcredits_b_three .col_one .col_one_four {
    margin-bottom   : 1vw;
}
.microcredits_b_three .col_one .row_four {
    margin-left : 0.3vw;
}
.microcredits_b_three .text_bar {
    align-items     : center;
    background      : rgba(18,75,120,1);
    background      : -moz-linear-gradient(left, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    background      : -webkit-gradient(left top, right top, color-stop(0%, rgba(18,75,120,1)), color-stop(51%, rgba(27,50,92,1)), color-stop(100%, rgba(26,38,80,1)));
    background      : -webkit-linear-gradient(left, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    background      : -o-linear-gradient(left, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    background      : -ms-linear-gradient(left, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    background      : linear-gradient(to right, rgba(18,75,120,1) 0%, rgba(27,50,92,1) 51%, rgba(26,38,80,1) 100%);
    border-radius   : 67px;
    color           : #fff;
    display         : flex;
    filter          : progid:DXImageTransform.Microsoft.gradient( startColorstr='#124b78', endColorstr='#1a2650', GradientType=1 );
    font-family     : 'Munistic';
    font-size       : 1vw;
    justify-content : left;
    margin-left     : 0 auto;
    margin-right    : 0 auto;
    margin-top      : 8px;
    margin-bottom   : 8px;
    padding-left    : 1.25vw;
    text-align      : left;
    text-decoration : none;
}
.microcredits_b_three .circle_ric {
    align-items     : center;
    background      : rgba(19,112,182,1);
    background      : -moz-linear-gradient(45deg, rgba(19,112,182,1) 0%, rgba(35,71,131,1) 51%, rgba(38,43,101,1) 100%);
    background      : -webkit-gradient(left bottom, right top, color-stop(0%, rgba(19,112,182,1)), color-stop(51%, rgba(35,71,131,1)), color-stop(100%, rgba(38,43,101,1)));
    background      : -webkit-linear-gradient(45deg, rgba(19,112,182,1) 0%, rgba(35,71,131,1) 51%, rgba(38,43,101,1) 100%);
    background      : -o-linear-gradient(45deg, rgba(19,112,182,1) 0%, rgba(35,71,131,1) 51%, rgba(38,43,101,1) 100%);
    background      : -ms-linear-gradient(45deg, rgba(19,112,182,1) 0%, rgba(35,71,131,1) 51%, rgba(38,43,101,1) 100%);
    background      : linear-gradient(45deg, rgba(19,112,182,1) 0%, rgba(35,71,131,1) 51%, rgba(38,43,101,1) 100%);
    border-radius   : 67px;
    color           : #fff;
    display         : flex;
    filter          : progid:DXImageTransform.Microsoft.gradient( startColorstr='#1370b6', endColorstr='#262b65', GradientType=1 );
    font-family     : 'Munistic';
    font-size       : 1.25vw;
    height          : 3vw;    
    justify-content : center;
    margin-left     : -2.75vw;
    margin-right    : 0 auto;
    margin-top      : 0px;
    text-align      : center;
    text-decoration : none;
    width           : 3vw;
} 
.microcredits_b_three .col_one .interests {
    font-size       : 1.25vw;
    justify-content : center!important;
    margin-left     : 1vw;
    padding-bottom  : 0.25vw;
    padding-left    : 0vw;
    padding-right   : 0vw;
    padding-top     : 0.25vw;
    text-align      : center!important;
}
.microcredits_b_three .col_one .interests a {
    font-family : "Arial";
}
.microcredits_b_three .col_two {
    background-color : #4a6180; 
    padding-top      : 5vw;
    padding-bottom   : 5vw;
    padding-left     : 7vw;
    padding-right    : 7vw;            
}
.microcredits_b_three .col_two .col_two_one h1 {
    color       : #fff;
    font-family : "Munistic";
    font-size   : 1.6vw;
    text-align  : left;
}
.microcredits_b_three .col_two .col_two_one h2 {
    color       : #fff;
    font-size   : 2vw;
    text-align  : left;
    font-family : "Munistic";
}
.microcredits_b_three .col_two hr {
    background-image    : linear-gradient(to right, rgba(0, 0, 0, 0), rgba(53, 71, 119, 0.75), rgba(0, 0, 0, 0));
    border              : 0;
    height              : 2.5px;
    margin-bottom       : 2vw;
    margin-left         : -2vw;
    margin-top          : 2vw;
    width               : 40vw;
}
.microcredits_b_three .col_two .col_two_two img {
    width : 5vw;
}
.microcredits_b_three .col_two_three h1 {
    color       : #fff;
    font-size   : 1.6vw;
    text-align  : left;
    font-family : "Munistic";
}
.microcredits_b_three .col_two_three p {
    color           : #fff;
    font-size       : 0.9vw;
    text-align      : left;
    padding-top     : 1vw;
    padding-right   : 3vw;
    font-weight     : bold;
}
.microcredits_b_three .col_two_three .p_2 {
    padding-top : 0.5vw;
}
.microcredits_b_three .col_two .grace_period {
    padding-top : 2.5vw;
}
.microcredits_b_three .col_two .grace_period h1 {
    color       : #fff;
    font-size   : 1.6vw;
    text-align  : left;
    font-family : "Munistic";  
}
.microcredits_b_three .col_two .grace_period .years {
    font-size       : 1.25vw;
    justify-content : center!important;
    margin-left     : 1vw;
    margin-top      : 2vw;
    padding-bottom  : 0.5vw;
    padding-left    : 0vw;
    padding-right   : 0vw;
    padding-top     : 0.5vw;
    text-align      : center!important;
}
.microcredits_b_three .col_two .row_payment_period {
    bottom  : 0;
    top     : 0;
    margin  : auto;
}
.microcredits_b_three .col_two .col_two_six h2 {
    color       : #fff;
    font-family : "Munistic";
    font-size   : 1.6vw;
    padding-top : 0.5vw;
    text-align  : left;
}
.microcredits_b_three .col_two .col_two_seven {
    bottom          : 0;
    font-size       : 1.25vw;
    justify-content : center!important;
    padding-bottom  : 0.5vw;
    padding-left    : 0vw;
    padding-right   : 0vw;
    padding-top     : 0.5vw;
    text-align      : center!important;
    top             : 0;
    margin          : auto;
    margin-left     : 0vw!important;    
}
/* ********************************************************** */
/************************* BLOCK FOUR ************************/
.bg_four_mobile {
    display : none;
}
.microcredits_b_four {
    position    : absolute;
    top         : 24vw;
    left        : 0;
    width       : 100%;
    display     : inline-block;
    z-index     : 1;
    font-family : "Arial";
    color       : #183852;
}
.microcredits_b_four .container{
    width : 85%;
}    
.microcredits_b_four h3 {
    color        : #fff;
    font-size    : 1.10vw;
    text-align   : center;
    font-family  : "Munistic";
}  
.microcredits_b_four .how_to_apply {
    align-items     : center;
    background      : rgba(34,105,123,1);
    background      : -moz-linear-gradient(45deg, rgba(34,105,123,1) 0%, rgba(73,93,120,0.84) 51%, rgba(91,70,120,0.68) 100%);
    background      : -webkit-gradient(left bottom, right top, color-stop(0%, rgba(34,105,123,1)), color-stop(51%, rgba(73,93,120,0.84)), color-stop(100%, rgba(91,70,120,0.68)));
    background      : -webkit-linear-gradient(45deg, rgba(34,105,123,1) 0%, rgba(73,93,120,0.84) 51%, rgba(91,70,120,0.68) 100%);
    background      : -o-linear-gradient(45deg, rgba(34,105,123,1) 0%, rgba(73,93,120,0.84) 51%, rgba(91,70,120,0.68) 100%);
    background      : -ms-linear-gradient(45deg, rgba(34,105,123,1) 0%, rgba(73,93,120,0.84) 51%, rgba(91,70,120,0.68) 100%);
    background      : linear-gradient(45deg, rgba(34,105,123,1) 0%, rgba(73,93,120,0.84) 51%, rgba(91,70,120,0.68) 100%);
    border-radius   : 67px;
    color           : #fff;
    display         : flex;
    font-family     : 'Munistic';
    font-size       : 2vw;
    filter          : progid:DXImageTransform.Microsoft.gradient( startColorstr='#22697b', endColorstr='#5b4678', GradientType=1 );
    justify-content : center;
    margin-bottom   : 2vw;  
    margin-top      : 2vw;
    padding-bottom  : 0.5vw;  
    padding-left    : 2vw;
    padding-right   : 2vw;
    padding-top     : 0.5vw;
    text-align      : center;
    text-decoration : none;
}
/* ********************************************************** */
/************************* BLOCK FIVE ************************/
.microcredits_b_five {
    color       : #fff;
    display     : inline-block;
    font-family : "Arial";
    left        : 0;
    position    : relative;
    width       : 100%;
    z-index     : 1;
}
.microcredits_b_five .col_one {
    background-color : #edddce;
    padding-bottom   : 5vw;
    padding-left     : 10vw;
    padding-right    : 10vw;
    padding-top      : 5vw;
}
.microcredits_b_five .col_one h3 {
    color        : #fff;
    font-size    : 1.10vw;
    text-align   : center;
    font-family  : "Munistic";
} 
.microcredits_b_five .col_one hr {
    background-color : #245fa1;
    width            : auto;
    height           : 1px;
    margin-left      : 0.5vw;
    margin-top       : 2.5vw;
    margin-bottom    : 3vw;
} 
.microcredits_b_five .col_one .box {
    text-align      : center;
    font-family     : 'Munistic';
    display         : flex;
    justify-content : center;
    align-items     : center;
    text-decoration : none;
}
.microcredits_b_five .col_one .box_title {
    background      : rgba(196,202,200,1);
    background      : -moz-linear-gradient(left, rgba(196,202,200,1) 0%, rgba(153,175,186,1) 53%, rgba(109,152,171,1) 100%);
    background      : -webkit-gradient(left top, right top, color-stop(0%, rgba(196,202,200,1)), color-stop(53%, rgba(153,175,186,1)), color-stop(100%, rgba(109,152,171,1)));
    background      : -webkit-linear-gradient(left, rgba(196,202,200,1) 0%, rgba(153,175,186,1) 53%, rgba(109,152,171,1) 100%);
    background      : -o-linear-gradient(left, rgba(196,202,200,1) 0%, rgba(153,175,186,1) 53%, rgba(109,152,171,1) 100%);
    background      : -ms-linear-gradient(left, rgba(196,202,200,1) 0%, rgba(153,175,186,1) 53%, rgba(109,152,171,1) 100%);
    background      : linear-gradient(to right, rgba(196,202,200,1) 0%, rgba(153,175,186,1) 53%, rgba(109,152,171,1) 100%);
    border-radius   : 45px;
    color           : #fff;
    filter          : progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4cac8', endColorstr='#6d98ab', GradientType=1 );
    font-size       : 2vw;
    padding-left    : 3vw;
    padding-right   : 3vw;
    z-index         : 10;
}
.microcredits_b_five .col_one .box_content {
    background      : transparent;
    border-radius   : 45px;
    color           : #11354d;
    display         : block;
    text-align      : center;
    font-family     : 'Arial';
    font-size       : 0.9vw;
    margin-top      : -25px;
    padding-bottom  : 2vw;
    padding-left    : 2.5vw;
    padding-right   : 2.5vw;
    padding-top     : 3vw;
    text-align      : left;
    z-index         : 9;
} 
.microcredits_b_five .col_one .box_footer {
    background      : #045777;
    color           : #fff;
    font-size       : 1vw;
    z-index         : 10;
    border-radius   : 45px;
    margin-left     : 15px;
    margin-top      : -1vw;
    position        : relative;
    padding-bottom  : 0.25vw;
    padding-left    : 1.5vw;
    padding-right   : 1.5vw;
    padding-top     : 0.25vw;
} 
.microcredits_b_five .col_one .box_footer a {
    color           : #fff;
    text-decoration : none;
} 
.microcredits_b_five .col_one .box_content_two {
    padding-right   : 9vw;
}
.microcredits_b_five .col_one ul {
    padding-left: 1.7vw;
    text-indent: -33px;
}
.microcredits_b_five .col_one li {
    list-style  : none;
    padding-top : 0.5vw;
}
.microcredits_b_five .col_one ul li::before {
    content                 : "• ";
    background              : linear-gradient(to bottom, #7ca1bb 0%, #e8e3e8 100%);
    -webkit-background-clip : text;
    -webkit-text-fill-color : transparent;
    font-size               : 53px;
    margin-top              : 1px;
    vertical-align          : middle;
    line-height             : 0vw;
}
.microcredits_b_five .col_one .box_content_three {
    padding-right   : 0vw;
} 
.microcredits_b_five .col_one .box_content_four {
    padding-right   : 1vw;
}
.microcredits_b_five .col_two {
    background-color : #0f4d60; 
    padding-top      : 5vw;
    padding-bottom   : 5vw;
    padding-left     : 7vw;
    padding-right    : 7vw;
}
.microcredits_b_five .col_two p {
    color        : #fff;
    font-size    : 1vw;
    text-align   : left;
}
.microcredits_b_five .col_two .p_2 {
    padding-right : 5vw;
}
.microcredits_b_five .col_two .p_3 {
    padding-right : 3.5vw;
}
.microcredits_b_five .col_two .p_4 {
    padding-right : 6vw;
}
.microcredits_b_five .col_two .p_5 {
    padding-right : 5vw;
}     
.microcredits_b_five .col_two .p_6 {
    text-align: center;
    padding-top: 1vw;
}                        
.microcredits_b_five .col_two h1 {
    color        : #fff;
    font-size    : 1.5vw;
    text-align   : left;
    font-family  : "Munistic";
    margin-top   : 4vw;
}
.microcredits_b_five .col_two img {
    max-width   : 300%;
}
.microcredits_b_five .col_two img {
    margin-top  : 7vw;
    width       : 50vw;
    margin-left : -11vw;
}
.microcredits_b_five .col_two h3 {
    color       : #fff;
    font-size   : 1.10vw;
    text-align  : center;
    font-family : "Munistic";
}
/* ********************************************************** */
@media( max-width: 768px ) and ( max-height: 500px ) {
    .bg_one_pc {
        display : block!important;
    }
    .bg_one_mobile {
        display : none!important;
    }
    .microcredits_b_one {
        top : 15vw!important;
    }
    .microcredits_b_one .container {
        width : 90vw!important;
    }
    .microcredits_b_one h1 {
        font-size   : 5vw!important;
        padding-top : 0vw!important;
    }
    .microcredits_b_one h2 {
        font-size : 4vw!important;
    }
    .microcredits_b_one hr {
        width      : 10vw!important;
        height     : 2px!important;
    }
    .microcredits_b_one h3 {
        font-size : 3vw!important;
    }
    .microcredits_b_one .coin_golden {
        padding-top : 1vw!important;
        width       : 8vw!important;
    }
    .microcredits_b_two {
        padding-bottom  : 10vw!important;
        padding-top     : 10vw!important;
    }
    .microcredits_b_two .container{
        width : 85vw;
    }
    .microcredits_b_two p {
        font-size     : 3vw!important;
    }
    .microcredits_b_two ul {
        font-size       : 3vw!important;
        padding-left    : 5vw!important;
        text-indent     : -20px!important;
    }
    .microcredits_b_two li {
        padding-top : 2vw!important;
    }            
    .microcredits_b_two ul li::before {
        margin-left: -3px!important;
    }
    .microcredits_b_three .col_one {
        padding-bottom  : 10vw!important;
        padding-top     : 10vw!important;
    }
    .microcredits_b_three .col_one .col_one_one h1, 
    .microcredits_b_three .col_one .col_one_four h1, 
    .microcredits_b_three .col_one .col_one_nine h1 {
        font-size: 3.5vw!important;
    }
    .microcredits_b_three .col_one .col_one_one h2 {
        font-size   : 3.5vw!important;
        margin-top  : 2.5vw!important;
    }
    .microcredits_b_three .col_one .row_two {
        margin-bottom   : 5vw!important;
        margin-top      : 5vw!important;
    }
    .microcredits_b_three .col_one .row_three {
        margin-top  : 5vw!important;
    }    
    .microcredits_b_three .col_one .col_one_three {
        font-size       : 3vw!important;
        margin-top      : 10px!important;
        margin-bottom   : 10px!important;
    }
    .microcredits_b_three .col_one .row_four {
        margin-bottom   : 5vw!important;
    }    
    .microcredits_b_three .col_one .row_four .two {
        margin-left : 5vw!important;
    }
    .microcredits_b_three .circle_ric {
        font-size   : 3vw!important;
        height      : 7vw!important;
        margin-left : -5.75vw!important;
        width       : 25vw!important;
    }
    .microcredits_b_three .text_bar {
        font-size       : 2.5vw!important;
        margin-top      : 5px!important;
        margin-bottom   : 5px!important;
        padding-bottom  : 1vw!important;
        padding-top     : 1vw!important;
    }
    .microcredits_b_three .col_one .row_five {
        margin-top  : 5vw!important;
    }
    .microcredits_b_three .col_one .interests {
        font-size   : 3vw!important;
        margin-left : 2.5vw!important;
    }
    .microcredits_b_three .col_two {
        padding-bottom  : 10vw!important;
        padding-top     : 10vw!important;
    }
    .microcredits_b_three .col_two .col_two_one h1 {
        font-size   : 3.5vw!important;
    }
    .microcredits_b_three .col_two .col_two_one h2 {
        font-size   : 3.5vw!important;
        margin-top  : 2.5vw!important;
    }
    .microcredits_b_three .col_two_three h1 {
        font-size   : 3vw!important;
    }
    .microcredits_b_three .col_two_three p {
        font-size   : 2.5vw!important;
        padding-top : 1vw!important;
    }
    .microcredits_b_three .col_two .grace_period h1 {
        font-size   : 3vw!important;
    }
    .microcredits_b_three .col_two .grace_period .years {
        font-size   : 3vw!important;
        margin-left : 3vw!important;
    }
    .microcredits_b_three .col_two .col_two_six h2 {
        font-size   : 3.5vw!important;
        padding-top : 0.5vw!important;
    }
    .bg_four_pc {
        display : block!important;
    }
    .bg_four_mobile {
        display : none!important;
    }
    .microcredits_b_four {
        top : 20vw!important;
    }    
    .microcredits_b_four .how_to_apply {
        font-size   : 3.5vw!important;
        margin-top  : 0vw!important;
    }
    .microcredits_b_four h3 {
        font-size   : 2.5vw!important;
    }

    .microcredits_b_five .col_one {
        padding-bottom  : 10vw!important;
        padding-top     : 10vw!important;
    }
    .microcredits_b_five .col_one .box_title {
        font-size   : 5vw!important;
    }
    .microcredits_b_five .col_one .box_content {
        font-size   : 3vw!important;
    }  
    .microcredits_b_five .col_one .box_footer {
        font-size   : 3.5vw!important;
    }
    .microcredits_b_five .col_two p {
        font-size   : 3vw!important;
    }
    .microcredits_b_five .col_two h3 {
        font-size   : 3.5vw!important;
    }
    .microcredits_b_five .col_two h1 {
        font-size   : 4.5vw!important;
    }
}
@media( max-width: 700px ) {
    .bg_one_pc {
        display: none;
    }            
    .bg_one_mobile {
        display    : block;
    }
    .microcredits_b_one {
        top : 75vw;
    }
    .microcredits_b_one .container {
        width : 90vw;
    }
    .microcredits_b_one .moneda_transparent_bq {
        padding-top : 30vw;
    }
    .microcredits_b_one .moneda_transparent {
        width : 40vw;
    }
    .microcredits_b_one h1 {
        font-size   : 7vw;
        padding-top : 2.5vw;
    }
    .microcredits_b_one h2 {
        font-size : 7vw;
    }
    .microcredits_b_one hr {
        width      : 10vw;
        height     : 2px;
    }
    .microcredits_b_one h3 {
        font-size : 4.5vw;
    }                        
    .microcredits_b_one .coin_golden {
        padding-top : 3vw;
        width       : 15vw;
    }
    .bg_two_pc {
        display : none;
    }
    .microcredits_b_two {
        background-color    : #dbc8c2;
        display             : inline-block;
        font-family         : "Arial";
        left                : 0;
        text-align          : justify;
        top                 : 0vw;
        padding-bottom      : 20vw;
        padding-top         : 20vw;
        position            : relative;
        width               : 100%;
        z-index             : 1;
    }
    .microcredits_b_two .container{
        width : 80vw;
    }    
    .microcredits_b_two p {
        font-size       : 4.5vw;
        padding-top     : 0vw;
        padding-right   : 0vw;
        padding-left    : 0vw;
        text-align      : justify;
    }
    .microcredits_b_two ul {
        font-size       : 4.25vw;
        padding-right   : 0vw;
        padding-left    : 20px;
        text-align      : left;
        text-indent     : -30px;
    }
    .microcredits_b_two li {
        padding-top : 3.5vw;
    }
    .microcredits_b_two ul li::before {
        font-size   : 35px;
        margin-left : 7px;
    }                
    .microcredits_b_two hr {
        height        : 3.5px;
        width         : 75vw;
        margin-top    : 8vw;
        margin-bottom : 6vw;
        margin-left   : 0vw;
    }
    .microcredits_b_three .col_one {
        padding-bottom      : 15vw;
        padding-left        : 10vw;
        padding-right       : 10vw;
        padding-top         : 15vw;
    }
    .microcredits_b_three .col_one .col_one_one h1, 
    .microcredits_b_three .col_one .col_one_four h1, 
    .microcredits_b_three .col_one .col_one_nine h1 {
        font-size   : 5vw;
    }
    .microcredits_b_three .col_one .col_one_one h2 {
        font-size   : 4.5vw;
    }
    .microcredits_b_three .col_one .col_one_two img {
        width   : 10vw;
    }
    .microcredits_b_three .col_one .col_one_three {
        font-size       : 4.25vw;
        margin-top      : 4px;
        margin-bottom   : 4px;
    }
    .microcredits_b_three .col_one .row_two {
        margin-bottom   : 10vw;
        margin-top      : 10vw;
    }
    .microcredits_b_three .col_one .row_three {
        margin-bottom   : 5vw;
        margin-top      : 10vw;
    }
    .microcredits_b_three .col_one .row_four {
        margin-bottom   : 10vw;
        margin-top      : 0vw;
    }
    .microcredits_b_three .col_one .row_five {
        margin-bottom   : 2.5vw;
        margin-top      : 10vw;
    }
    .microcredits_b_three hr {
        height          : 3.5px;
        width           : auto;
        margin          : auto;
        margin-top      : 0vw;
        margin-bottom   : 0vw;
    }
    .microcredits_b_three .text_bar {
        font-size       : 3vw;
        margin-top      : 8px;
        margin-bottom   : 8px;
        padding-left    : unset;
        padding-bottom  : 1vw;
        padding-top     : 1vw;
        text-align      : center!important;
        justify-content : center!important;
        align-items     : center;        
    }
    .microcredits_b_three .circle_ric {
        font-size   : 3vw;
        height      : 10vw;
        margin-left : -6.75vw;
        width       : 10vw;
    }
    .microcredits_b_three .col_one .row_four .two {
        margin-left : 2vw;
    }
    .microcredits_b_three .col_one .interests {
        font-size   : 4vw;
        margin-left : 5vw;
    }
    .microcredits_b_three .col_two .col_two_one h1 {
        font-size   : 5vw;
    }
    .microcredits_b_three .col_two .col_two_one h2 {
        font-size   : 5vw;
    }
    .microcredits_b_three .col_two {
        padding-bottom  : 15vw;
        padding-left    : 12vw;
        padding-right   : 12vw;
        padding-top     : 15vw;
    }    
    .microcredits_b_three .col_two hr {
        height          : 3.5px;
        margin          : auto;
        margin-bottom   : 5vw;
        margin-top      : 5vw;
        width           : auto;
    }
    .microcredits_b_three .col_two_two 
    .microcredits_b_three .col_two_three h1 {
        font-size   : 4.5vw;
    }
    .microcredits_b_three .col_two_three p {
        color: #fff;
        font-size: 3.5vw;
        text-align: justify;
        padding-top: 1vw;
        padding-right: unset;
        font-weight: unset;
    }
    .col_two .col_two_two {
        bottom      : 0;
        left        : 0;
        right       : 0;
        top         : 0;
        margin      : auto;
        text-align  : center!important;
    }
    .microcredits_b_three .col_two .col_two_two img {
        width   : 20vw;
    }
    .microcredits_b_three .col_two_three h1 {
        font-size   : 4vw;
    }
    .microcredits_b_three .col_two .grace_period {
        padding-top: 5vw;
    }
    .microcredits_b_three .col_two .grace_period h1 {
        font-size   : 4vw;
    }
    .microcredits_b_three .col_two .grace_period .years {
        font-size   : 4.5vw;
        margin-left : 5vw;
    }
    .microcredits_b_three .col_two .col_two_six {
        bottom  : 0;
        top     : 0;
        margin  : auto;
    }    
    .microcredits_b_three .col_two .col_two_six h2 {
        font-size   : 4.25vw;
        padding-top : 0.5vw;
    }
    .microcredits_b_three .col_two .col_two_seven {
        font-size   : 4vw;
    }
    .bg_four_pc {
        display : none;
    }
    .bg_four_mobile {
        display : block;
    }
    .microcredits_b_four .how_to_apply {
        font-size   : 5vw;
        margin-top  : 50vw;
    }
    .microcredits_b_four h3 {
        font-size   : 3.5vw;
    }
    .microcredits_b_five .col_one {
        padding-bottom  : 15vw;
        padding-left    : 15vw;
        padding-right   : 15vw;
        padding-top     : 15vw;
    }
    .microcredits_b_five .col_one .box_content {
        font-size   : 4.5vw;
    }
    .microcredits_b_five .col_one hr {
        margin-top      : 10vw;
        margin-bottom   : 10vw;
    }    
    .microcredits_b_five .col_one .box_title {
        left            : 0;
        right           : 0;
        margin          : auto;
        font-size       : 6vw;
        padding-left    : 15vw;
        padding-right   : 15vw;        
    }
    .microcredits_b_five .col_one .box_content {
        border-radius   : 30px;
        font-size       : 5vw;
        padding-bottom  : 10vw;
        padding-left    : 4.5vw;
        padding-right   : 4.5vw;
        padding-top     : 10vw;
        text-align      : justify!important;
    }
    .microcredits_b_five .col_one .box_footer {
        font-size       : 5.5vw;
        padding-left    : 5vw;
        padding-right   : 5vw;
        left            : 0;
        right           : 0;
        margin          : auto;
        margin-top      : -5vw;
    }
    .microcredits_b_five .col_one ul {
        padding-left    : 5vw;
        text-indent     : -28px;
    }    
    .microcredits_b_five .col_one ul li::before {
        font-size   : 40px;
    }
    
    .microcredits_b_five .col_two {
        padding-bottom  : 15vw;
        padding-left    : 15vw;
        padding-right   : 15vw;
        padding-top     : 15vw;
    }
    .microcredits_b_five .col_two p {
        font-size   : 4.5vw;
        text-align  : justify;
    }
    .microcredits_b_five .col_two .p_2 {
        padding-right   : 0vw;
    }
    .microcredits_b_five .col_two .p_2,
    .microcredits_b_five .col_two .p_3,
    .microcredits_b_five .col_two .p_4, 
    .microcredits_b_five .col_two .p_5 {
        padding-right   : 0vw;
    }    
    .microcredits_b_five .col_two h3 {
        font-size   : 5vw;
    }
    .microcredits_b_five .col_two h1 {
        font-size   : 5.5vw;
        margin-top  : 10vw;
    }
    .microcredits_b_five .col_two img {
        margin-left : 0;
        margin-top  : 7vw;
        width       : 65vw;
    }
}


/* @media(max-width: 1365px) {}
@media(max-width: 1280px) {} */
/* IPAD PRO */
/* @media only screen 
    and (min-width: 1024px) 
    and (max-height: 1366px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1.5) {} */
/* IPAD */
/* @media only screen 
    and (min-width: 768px) 
    and (max-height: 1024px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1.5) {} */
/* KIDLE FIRE HDX */
/* @media only screen 
    and (min-width: 800px) 
    and (max-height: 1280px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1.5) {} */
/* @media(max-width: 768px) and (max-height: 500px){}
@media(max-width: 500px){}
@media(max-width: 768px) and (max-height: 500px) {}
@media(max-width: 700px){}
@media (max-height: 480px) and (max-width: 320px) {
} */