@font-face {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.fundingasiagroup.com/fonts/Inter-Regular.woff2')
        format('woff2'),
      url('https://cdn.fundingasiagroup.com/fonts/Inter-Regular.woff')
        format('woff');
  }
  @font-face {
    font-family: 'Inter-SemiBold';
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.fundingasiagroup.com/fonts/Inter-Medium.woff2')
        format('woff2'),
      url('https://cdn.fundingasiagroup.com/fonts/Inter-Medium.woff')
        format('woff');
  }

.calculator-header {
    padding: 20px 0;
}
.calculator-header img {
    width: 250px;
}
.calculator-header .right-header {
    margin-top: 20px;
}
.language-active {
    color: #ffffff;
    background-color: #3e7fff;
    padding: 5px 10px;
}
.language-inactive {
    color:#000;
    padding:0 10px;
    cursor: pointer;
}

.paralaxSectionOne {
    background-size:contain;
    background-image: url("../img/background.jpg");
    background-color: #f5f5f5;
    background-position: top left;
    background-repeat: no-repeat;
}
.paralaxSectionOne .boxContainer {
    padding-top: 40px;
}

.calculator {
    background-color: #ffffff;
    padding: 20px;
}
.separator {
    border-bottom: 1px solid #cccccc;
}
.calculator .caption {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.calculator .form-section {
    margin-bottom: 10px;
}
.calculator .btn-calculate {
    color: #ffffff;
    background-color: #3e7fff;
    padding: 10px 15px;
    border-radius: 0;
    border: 0px;
    box-shadow: 1px 1px 5px #aaaaaa;
    margin-top: 10px;
}

.calculator .calc-result {
    font-size: 18px;
    font-weight: 600;
}
.calculator label {
    font-size: 12px;
}
.table {
    margin-bottom: 0;
}
.table thead tr th, .table tbody tr td, .table>tbody>tr>th {
    border: none;
}
.table>tbody>tr>th {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}
.table>tbody>tr>td {
    padding: 0;
}

.footer {background-color:#404041; padding:50px 0; color:#fff; font-size:12px;}
.footer .upper-text{ font-family:Inter-SemiBold; font-size:14px;}

.footer a, .footer a:focus {color:#0ac0a6; text-decoration:none}
.footer a:hover {color:#37d7c0;}

.footer .soc-med, .footer .soc-med:focus {color:#fff; text-decoration:none; font-size:18px; margin-left:20px;}
.footer .soc-med:hover {color:#fff;}

.footer .right-footer{text-align:right}

.tooltip-inner {
    text-align:left;
}
.fs-blue-caption {
    color: #3e7fff;
}
.how-to-make {
    font-size: 11px;
    color: #999999;
    padding: 20px 15px;
    background-color: #ffffff;
    margin-bottom: 40px;
}
ol {
    margin: 10px 0px 10px -25px;
}
ol li {
    margin-bottom: 10px;
}
ul li {
    margin-bottom: 5px;
}
@media screen and (max-width:768px) {
    .paralaxSectionOne {
        background-image: none;
        height: 100%;
        padding: 20px 0;
        background-size: auto;
    }
    .paralaxSectionOne .boxContainer {
        padding-top: 0;
    }
    h1 {
        margin: 10px 0 30px;
    }
}
@media screen and (max-width:480px) {
    h1 {
        font-size: 28px;
    }
    .calculator-header img {
        width: 250px;
    }
    .calculator-header {
        padding: 20px 10px;
    }
    .table-responsive {
        border: 0;
    }
    .calculator .calc-result {
        font-size: 14px;
    }
}