.calculators-form .form-group,.exchange-row {
    margin-bottom: 20px
}

.unit-cal-box ul li a:hover,.unitsuffel-btn {
    color: var(--mainColor)
}

.calculator-bg,.unitsuffel-btn {
    position: relative
}

.calculators-form label {
    margin-bottom: 5px;
    color: #6f6f6f;
    font-size: 14px
}
.calculators-form .form-select, .calculators-form .form-control {
    /*border: 0;
    border-radius: 0;
    border-bottom: 2px solid #cecece;
    padding: 7px 0;
    box-shadow: none !important;*/
}

.exchange-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.exchange-row .form-group {
    margin-bottom: 0;
    flex: 0 0 39%;
    width: 39%;
}

.unitsuffel-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--mainColor);
    cursor: pointer;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
}

.exchange-row .exchange-btn {
    flex: 0 0 44px;
    width: 44px
}

.exchange-result {
    font-size: 20px;
}

.unit-cal-row {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -10px
}

.unit-cal-grid {
    flex: 0 0 20%;
    padding: 0 10px;
    margin-bottom: 20px
}

.unit-cal-box {
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 25px;
    border: 1px solid #d6d6d6;
    min-height: 242px;
}

.unit-cal-box h3 {
    font-size: 20px;
}

.unit-cal-box ul li {
    padding: 4px 0;
}

.unit-cal-box ul li a {
    color: #5f5d5d
}

.unit-cal-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.unit-cal-box ul li:last-child {
    border: 0;
    padding-bottom: 0
}

.unit-cal-content h2 {
    font-size: 28px;
    font-weight: 700
}

.unit-cal-content h3 {
    font-size: 19px;
    font-weight: 600
}
.unit-cal-content table {
    width: 100%;
    margin-bottom: 20px;
}

.unit-cal-content table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.unit-cal-content table td p {
    margin-bottom: 0;
    text-align: left !important;
}
.unit-cal-content tr:nth-child(even){background-color: #f2f2f2;}

.unit-cal-content tr:hover {background-color: #ddd;}
.unit-cal-content tr:first-child td {
    background: #251925;
    color: #fff;
}

/*.calculator-bg:before {
    content: '';
     opacity: .3; 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(00,00,00,0.3);
}*/

.calculator-bg {
    background-image: url(/360assets/realtors/images/area-cal-bg.jpg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #eddbc3;
}

.calculator-bg .site-heading {
    color: #fff;
    display: block;
}

.calculator-bg .site-heading .sub {
    color: #fff;
}

.calculator-bg .box-border {
    border-radius: 8px;
    padding: 30px;
    background: #fff;
    box-shadow: 1px 4px 6px 0 rgba(48, 48, 48, .1);
}


.calculator-bg .container {
    position: relative;
    z-index: 9
}

.calculators-form .form-group.unit-result-div{
    border: 1px solid #cecece;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 5px;
}

.calculators-type-box {
    display: block;
    color: #333;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px #d6d4d4;
}
.calculators-type-box .top-area {
    display: flex;
    align-items: center;
}

.calculators-type-box .icon {
    width: 75px;
    height: 75px;
    background: #eeeeee;
    border-radius: 100%;
    padding: 16px;
    transition: transform .2s;
}

.calculators-type-box:hover {
    transform: scale(1.1);
}

.calculators-type-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calculators-type-box h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    width: calc(100% - 75px);
    padding-left: 15px;
}

.calculators-type-box p {
    margin-bottom: 0;
    color: #716f6f;
}

.calculators-bg-banner {
    background-image: url(/360assets/realtors/images/calculator-bg.webp);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center;
}

.calculators-bg-banner  h1 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    margin: 0;
}

.calculators-bg-banner:before {
    content: '';
    background: rgba(00,00,00,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.calculators-bg-banner .container {
    position: relative;
}


.text-group-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-radius: 5px;
    background: #f6f6f6;
}

.text-group-div span {
    font-weight: bold;
    font-size: 18px;
    flex: 0 0 130px;
    width: 130px;
    text-align: right;
}

.text-group-div label {
    margin-bottom: 0;
    flex: 0 0 calc(100% - 130px);
    width: calc(100% - 130px);
}

ul.popular-calculators-list {
    list-style: none;
    padding: 0;
    margin: 7px 0 0 0;
}

ul.popular-calculators-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(245 245 245);
}

ul.popular-calculators-list li a {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

ul.popular-calculators-list li a:hover {
    color: var(--mainColor);
}
ul.popular-calculators-list li a i {
    color: #7b7a7a;
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #f6f6f6;
    border-radius: 100%;
    /* border: 1px solid #cecece; */
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
ul.popular-calculators-list li:last-child {
    border: 0;
}

ul.popular-calculators-list li a:hover i {
    background: var(--mainColor);
    color: #fff;
}

.irs-min, .irs-max {
    display: none !important;
}

.label-with-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.label-with-text .form-control {
    padding: 5px 10px;
    max-width: 119px;
    background: #f6f6f6;
    border-color: #f2f2f2;
}
.label-with-text label {
    margin-bottom: 0;
}

.loan-result-box {
    background: #eafdf6;
    padding: 25px;
    border-radius: 5px;
}

.loan-result-box .text-group {
    border-bottom: solid 0.9px rgba(0,0,0,0.06);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.loan-result-box .text-group label {
    text-align: center;
    display: block;
    font-size: 18px;
}

.loan-result-box .text-group > span {
    font-size: 37px;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #000;
}

.loan-result-box .text-group:last-child {border: 0;margin: 0;padding: 0;}

.loan-result-box .text-group.small-cost > span {
    font-size: 18px;
}

@media(max-width: 767px) {
    .exchange-row {
        display:block;
        position: relative;
        margin-bottom: 0;
    }

    .exchange-row .form-group {
        width: 80%;
        margin-bottom: 20px
    }

    .exchange-row .exchange-btn {
        position: absolute;
        right: 0;
        width: auto;
        margin: 10px 0 0;
        top: 50%;
        transform: translate(0,-50%)
    }

    .unitsuffel-btn {
        transform: rotate(90deg);
        width: 35px;
        height: 35px;
    }
    .calculator-bg .box-border {
    padding: 20px 0;
    box-shadow: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
}

.calculators-form .form-select, .calculators-form .form-control {
    font-size: 14px;
}

.calculators-form label {
    font-size: 12px;
}

    .exchange-result,.unit-cal-box h3 {
        font-size: 17px
    }

    .unit-cal-row {
        margin: 0 -10px
    }

    .calculators-form .form-group,.unit-cal-grid {
        margin-bottom: 10px
    }

    .unit-cal-grid {
        flex: 0 0 100%
    }

    .unit-cal-box ul {
        display: flex;
        flex-wrap: wrap
    }

    .unit-cal-box ul li {
        flex: 0 0 50%;
        width: 50%
    }

    .unit-cal-content h2 {
        font-size: 18px
    }

    .unit-cal-content h3 {
        font-size: 15px
    }
    .calculators-type-box {
    padding: 15px;
    margin-bottom: 10px;
}

.calculators-type-box .icon {
    width: 55px;
    height: 55px;
    padding: 11px;
}

.calculators-type-box h3 {
    font-size: 16px;
    width: calc(100% - 55px);
}
.calculators-bg-banner {
    padding: 30px 0;
}

.calculators-bg-banner h1 {
    font-size: 30px;
}
.text-group-div span {
    font-size: 16px;
}

.unit-cal-box {
        min-height: inherit;
        margin-bottom: 15px;
    }
.calculators-form .col-md-5 {
    width: 50%;
}
.calculator-bg {
    background-size: cover;
    background-color: transparent;
    background-image: none;
    padding: 0 !important;!i;!;
}

}


@media only screen and (min-width: 768px) and (max-width: 1024px){
    .calculators-listing-page .col-md-3 {
    width: 50%;
}
.calculator-bg .col-md-5,
.calculator-row .col-md-8,
.calculator-row .col-md-4 {
    width: 100%;
}

.unit-cal-box {
    margin-bottom: 15px;
}

#unitCalculatorsSlider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#unitCalculatorsSlider .items {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 0 10px;
}
.calculators-form .col-md-5 {
    width: 41.66666667%;
}

}



