body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-family: sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}


/* Header */

Header a {
    font-size: 30px;
}


.container {
    max-width: 1600px !important;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(https://d3jixizdkhde11.cloudfront.net/fonts/jan2023/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://d3jixizdkhde11.cloudfront.net/fonts/jan2023/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(https://d3jixizdkhde11.cloudfront.net/fonts/jan2023/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://d3jixizdkhde11.cloudfront.net/fonts/jan2023/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://d3jixizdkhde11.cloudfront.net/fonts/jan2023/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://d3jixizdkhde11.cloudfront.net/fonts/jan2023/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.calculator-inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 52px 0;
    flex-wrap: wrap;
}

.left-header label {
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
}

.left-header-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}


.right-header a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 9px 15px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}



.calculatorleftbox {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EBEBEB
}

.calculatorinputs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.interestcheck-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    margin-bottom: 0 !important;
}

.interestcheck-box .interestcheckbox {
    margin-bottom: 5px;
    height: 38px;
    display: flex;
    align-items: center;
}

.dollaricon.pricontb input.form-control {
    min-width: auto;
}


.calculatorright-box {
    display: flex;
    gap: 40px;
}

@media (max-width:1199px) {
    .calculatorright-box {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }

    .amortization-schedule {
        width: 100% !important;
    }


    .calculatorright-box {
        justify-content: center;
        display: flex;
        align-items: center;
    }

}

@media (max-width:767px) {
    .calculatorinputs {
        flex-direction: column;
    }

    .calculator_summary {
        max-width: 100% !important;
    }

    .calculator-inner-header {
        gap: 40px;
    }

    .schedule-container ul.nav.nav-tabs {
        gap: 30px;
        padding-left: 0 !important;
        margin-bottom: 30px;
    }

    .schedule-container ul.nav.nav-tabs li {
        width: 100%;
        margin-right: 0 !important;
    }

    .schedule-container .nav-tabs>li>a {
        width: 100%;
    }



}