.calc-title {
    position: relative;
}

.calc-title .tag-box {
    line-height: 1;
    font-size: 16px;
}

.calc-title span {
    display: inline-block;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -1.5px;
    padding-bottom: 0;
    position: relative;
}

.calc-title span:after {
    background: url(../images/logo-icon.png) no-repeat;
    content: " ";
    width: 20px;
    height: 20px;
    bottom: -13px;
    right: -4px;
    position: absolute;
    background-size: 13px;
}

.add-calc:before {
    background: #93c url(../images/plus.png) no-repeat center center;
    width: 47px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0px 5px 5px 0;
    -moz-border-radius: 0px 5px 5px 0;
    -ms-border-radius: 0px 5px 5px 0;
    -o-border-radius: 0px 5px 5px 0;
}

.text-right {
    margin: 0 0 8px;
    text-align: right;
}

.calc .form-control,
.form-group select {
    border: solid 2px #c4c5c5;
    height: 45px;
    font-size: 25px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}

.range-slider-wrapper.filters-expanded .slider {
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.range-slider-wrapper.filters-expanded .ui-slider-range {
    background-color: #ccc;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.advanced-filters {
    display: none;
}

.toggle-filters {
    display: inline-block;
    padding: 15px 10px;
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
    background-color: #666;
    color: #eee;
    min-width: 162px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.6s ease;
}

.toggle-filters:hover {
    background-color: #932222;
    color: #fff;
}

.slider-heading {
    display: block;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 50px;
    margin-left: 15px;
}

.slider {
    position: relative;
    width: 100%;
    height: 10px;
    margin-left: 15px;
    background-color: #b5bdbb;
    margin-bottom: 25px;
}

.slider .ui-slider-handle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
}

.value {
    display: block;
    position: absolute;
    padding: 7px;
    background-color: #666;
    border-radius: 5px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 11px;
}

.value::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #676f73;
    border-width: 5px;
    margin-left: -5px;
}

.ui-state-focus,
.ui-state-hover {
    border-color: transparent !important;
}

.ui-widget-header {
    background: #9933cc;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #ebebeb;
    border: 8px solid #9933cc !important;
    ;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #ebebeb;
    border: 8px solid #9933cc;
    ;
}

.ui-corner-all {
    border-radius: unset;
    border: unset;
    opacity: 1;
}

.error {
    border-color: red !IMPORTANT;
}

#disposalModal .btn_modal .modal-body .table_scrool {
    max-height: 500px;
    overflow-y: scroll;
}

#disposalModal .btn_modal .modal-body .table_scrool::-webkit-scrollbar {
    /*  display: none;*/
}

#disposalModal .modal-dialog.btn_modal .modal-header h5 {
    font-size: 35px;
    color: #474C4E;
    margin: 30px 60px 4px 50px;
}

#disposalModal .modal-dialog.btn_modal .modal-header {
    /* background-color: #93c;*/
    border-radius: 0;
    border: unset;
}

#disposalModal .modal-dialog.btn_modal thead th {
    color: #fff !important;
    background-color: #9933CC;
    font-size: 18px!important;
    font-weight: 600!important;
}

#disposalModal .modal-dialog.btn_modal .table tr td {
    color: #474C4E;
    /*font-size: 15px;*/
    font-weight: 500;
}

#disposalModal .modal-dialog.btn_modal .table tr th {
    color: #474C4E;
    /*font-size: 15px;*/
    font-weight: 500;
}

#disposalModal .modal-dialog.btn_modal .total_table tr th,
#disposalModal .modal-dialog.btn_modal .total_table tr td {
    color: #000;
    /*font-size: 15px;*/
    font-weight: 500;
    background-color: rgb(230, 217, 237)
}

#disposalModal .modal-dialog.btn_modal .total_table tr {
    background-color: rgb(230, 217, 237);
}

#disposalModal .modal-dialog.btn_modal .discription p {
    font-size: 15px;
    line-height: 19px;
    color: #323132;
}

#disposalModal .modal-dialog.btn_modal button.btn-modal {
    background-color: #93c;
    color: #fff;
}

#disposalModal .modal-dialog.btn_modal button.btn-secondary:hover {
    background-color: #93c;
    color: #fff;
}

body #disposalModal .modal-dialog {
    /* Width */
    max-width: 90%;
    width: auto !important;
}

#disposalModal .modal-dialog.btn_modal .table tr th {
    border: unset;
}

#disposalModal .modal-dialog.btn_modal .table {
    border: unset;
}

#disposalModal .modal-dialog table,
#disposalModal .modal-dialog tr,
#disposalModal .modal-dialog td,
#disposalModal .modal-dialog th {
    border: unset;
}

#disposalModal .modal-dialog .table td,
#disposalModal .modal-dialog .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6 !important;
}

#disposalModal .modal-body {
    padding: 0px;
}

#disposalModal th:last-child {
    padding-left: 0px !important;
}

#disposalModal th:first-child {
    padding-right: 60px !important;
}

#disposalModal td:last-child {
    padding-left: 60px !important;
}

#disposalModal td:first-child {
    padding-right: 60px !important;
}

#disposalModal .modal-header .close {
    color: #9A9797;
    opacity: 1;
}

#disposalModal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#disposalModal .top-close {
    position: absolute;
    right: 5px;
    /* background-color: #fff !important; */
    border-radius: 58%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 19px;
    opacity: 1;
}

#disposalModal .close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.fa-times-thin:before {
    content: '\00d7';
}


/**********Loader********/


/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(107, 36, 142, 0.75) 1.5em 0 0 0, rgba(107, 36, 142, 0.75) 1.1em 1.1em 0 0, rgba(107, 36, 142, 0.75) 0 1.5em 0 0, rgba(107, 36, 142, 0.75) -1.1em 1.1em 0 0, rgba(107, 36, 142, 0.5) -1.5em 0 0 0, rgba(107, 36, 142, 0.5) -1.1em -1.1em 0 0, rgba(107, 36, 142, 0.75) 0 -1.5em 0 0, rgba(107, 36, 142, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(107, 36, 142, 0.75) 1.5em 0 0 0, rgba(107, 36, 142, 0.75) 1.1em 1.1em 0 0, rgba(107, 36, 142, 0.75) 0 1.5em 0 0, rgba(107, 36, 142, 0.75) -1.1em 1.1em 0 0, rgba(107, 36, 142, 0.75) -1.5em 0 0 0, rgba(107, 36, 142, 0.75) -1.1em -1.1em 0 0, rgba(107, 36, 142, 0.75) 0 -1.5em 0 0, rgba(107, 36, 142, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.calculateBoard {
    color: #9933cc;
    padding-right: 12px;
    font-weight: 500 !important;
}

.block {
    padding: 0px;
    position: relative;
    display: flex;
}

.block .deleteCalc {
    position: absolute;
    right: 6px;
    top: 0;
    color: #93c;
}

.block:nth-child(1) .headerintorBox {
    background: #fff;
}

.block:nth-child(2) .headerintorBox {
    background: #efefef;
}

.block:nth-child(3) .headerintorBox {
    background: #e4d4ec;
}

.block h2 {
    text-align: right;
    border-right: 5px solid #33cc99;
    padding-right: 15px;
    margin-bottom: 11px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.calc .headerbanner h1 {
    font-size: 70px;
}

.eachItem {
    padding: 0px 30px;
}

.bottom-sticky {
    position: sticky;
    bottom: -1px;
    background: #ccccc9 !important;
}

.lightbg {
    background-color: #9933cc26 !important;
    border-color: #9933cce0 !important;
}

#textRes .text {
    font-size: 2em;
}

#textRes .text {
    font-size: 30px;
    color: #2e2e2e;
    margin-bottom: 26px;
}

#textRes .curIcon {
    font-size: 1.4em;
}

#textRes span {
    font-size: 4em;
}

#textRes span {
    font-family: "eft", Arial;
    font-size: 2.9em;
    line-height: .6em;
}

.bottomsub {
    padding: 0px 10% 0px 10% !important;
}

#textRes span {
    font-size: 4em;
}

#textRes span {
    font-size: 55px;
    font-weight: 600;
    color: #9933cc;
}

.loanSum span {
    color: #9933cc;
}

.bottom-header {
    margin: 31px 0 17px;
    border-bottom: solid 2px #cdcdcd;
    vertical-align: bottom;
    padding: 0 0 1px;
}

.bottom-header>* {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
}

.bottom-header span {
    font-size: .7em;
    vertical-align: baseline;
}

.bottom-header span:before {
    content: '-';
    padding: 0 1px;
}

.bottom-header .paymentSchedule {
    margin-top: 0;
    color: #9933cc;
    font-size: 20px;
    line-height: 1em;
    float: left;
    padding-top: 6px;
}

.bottom-result {
    background-color: rgba(255, 255, 255, 1);
    padding: 23px 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 12px 1px rgb(171 171 171 / 75%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(171 171 171 / 75%);
    -moz-box-shadow: 0px 0px 12px 1px rgba(171, 171, 171, 0.75);
}

@media (max-width: 600px) {
    .bottom-header {
        display: inline-grid !important;
        padding-bottom: 16px;
    }
    #textRes {
        display: grid !important;
        justify-content: start !important;
    }
    .bottomsub {
        margin-bottom: 27px !important;
        padding: 0px !important;
    }
}

@media (max-width: 1000px) {
    #textRes span {
        font-size: 45px;
    }
}

.bottom-header h2 {
    font-size: 50px;
    font-weight: 500;
}

.h25 {
    height: 25px;
}