.calculator-cost-of-selling .background-holder:not(.calculator-cost-of-selling.content-page .background-holder){
    padding: var(--space-7) 0px;
    background: linear-gradient(90deg, #272E3E 0%, #566486 100%);
    margin-bottom: 0px;
    padding-bottom: 150px;
    position: relative;
}
.calculator-cost-of-selling.content-page .background-holder{
    padding-bottom: 90px;
}
.calculator-cost-of-selling.content-page .main-calc{
    border-radius: var(--border-radius-lg, 12px);
    background-color: var(--Block, #F3F4F6) !important;
    padding: 20px 35px !important;
    padding-bottom: 35px;
}
.calculator-cost-of-selling .details h2, .calculator-cost-of-selling .details h1{
    color: #FFF;
    font-family: Poppins;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 12px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.calculator-cost-of-selling .background-holder-calculator:not(.calculator-cost-of-selling.content-page .background-holder-calculator){
    background-color: #ffffff;
    padding-bottom: 60px;
}
.calculator-cost-of-selling #search-box-input{
    border: 1px solid rgb(141 169 168 / 80%) !important;
}
.calculator-cost-of-selling .checklist{
    padding-top: var(--space-4);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.calculator-cost-of-selling .property-selection{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;

}
.calculator-cost-of-selling .property-selection .result{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.calculator-cost-of-selling .property-selection .result .input-holder{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calculator-cost-of-selling .property-selection .selection-box .font-copy{
    margin-bottom: 20px;
}
.calculator-cost-of-selling .property-selection .selection-box .selection{
    display: flex;
    gap: 12px;
}

.calculator-cost-of-selling .fees-map{
    margin-bottom: 0px;
}
.calculator-cost-of-selling .property-selection .selection-box .selection .selection-item{
    border-radius: 5.483px;
    border: 1.097px solid var(--color-black-200, #E2E8F0);
    background: #FFF;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 0px;
}
.calculator-cost-of-selling .property-selection .selection-box .selection .selection-item.active{
    background: var(--color-p);
    color: #fff;
    font-weight: bold !important;
}

.calculator-cost-of-selling .checklist .checklist-item{
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}

.calculator-cost-of-selling .background-holder-calculator .container-calculator{
    position: relative;
    margin-top: -100px;    
}
.calculator-cost-of-selling .background-holder-calculator .container-result{
    border-radius: var(--border-radius-lg, 12px);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(206, 206, 206, 0.25), 0px 1px 3px 0px rgba(206, 206, 206, 0.15);
  
    padding: 35px 32px;
    
}

.calculator-cost-of-selling .background-holder-calculator .container-result.total{
    background: #ECF9F9;
    border-radius: 12px 12px 0px 0px;
   
    margin-top: 32px;
}
.calculator-cost-of-selling .background-holder-calculator .container-result.total .total-heading{
    color: var(--text-text-primary-2, #334155);
    text-align: center;
    font-family: Poppins;
    font-size: 35.091px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.057px;
    margin-bottom: 10px;
}

.calculator-cost-of-selling .cta-holder{
    border-radius: 0px 0px 13.159px 13.159px;
    background: #005478;    
    padding: 35px;
}
.calculator-cost-of-selling .cta-holder .font-heading3{
    text-align: center;
    margin-bottom: 20px;
}

.calculator-cost-of-selling .cta-holder .action-box button{
    margin-bottom: 20px;
}

.calculator-cost-of-selling .background-holder-calculator .container-result.total .total-value{
    color: var(--text-text-primary-2, #334155);
    text-align: center;
    font-family: Poppins;
    font-size: 70.182px;
    font-style: normal;
    font-weight: 700;
    line-height: 83.513px;
}
.calculator-cost-of-selling .background-holder-calculator .container-result .font-heading3{
    padding-bottom: 16px;
}

.calculator-cost-of-selling .background-holder-calculator .container-result .fa-search{
    top: 21px;
}

.calculator-cost-of-selling .background-holder-calculator .container-calculator .form-holder{
    display: inline-block; 
    width: 100%; 
    max-width: 100%; 
    margin: 0 auto;
    margin-top:32px
}

.calculator-cost-of-selling .background-holder-calculator .results-container .results{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
    margin-top: 32px;
    margin-bottom: 32px;
}

.calculator-cost-of-selling .background-holder-calculator .results-container .results .icon{
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}
.calculator-cost-of-selling .background-holder-calculator .results-container .results .input-holder{
    display: flex;
    height: 52px;
    padding: 13.156px 12.833px 12.526px 13.156px;
    border-radius: 5px;
    background: var(--color-black-100, #F1F5F9);
    margin-top: 16px;
    align-items: center;
}
.calculator-cost-of-selling .background-holder-calculator .results-container .results .input-holder.active{
    background: #ffffff;
    border: 1px solid rgb(141 169 168 / 80%);
}
.calculator-cost-of-selling .background-holder-calculator .results-container .results .input-holder.range{
    background: transparent;
    padding: 0;
    margin-top: 0;
}
.calculator-cost-of-selling .background-holder-calculator .results-container .results .input-holder input[type="range"]{
    width: 100%;
}
.calculator-cost-of-selling .background-holder-calculator .results-container .results .input-holder input[type="text"]{
    background-color: transparent;
    width: 100%;
}
input[type=range] {
    height: 33px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    margin-top: 15px;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 1px #000000;
    background: #41C0BE;
    border-radius: 0px;
    border: 0px solid #010101;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 3px #121212;
    border: 0px solid #00001E;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9.5px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #41C0BE;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 1px #000000;
    background: #41C0BE;
    border-radius: 0px;
    border: 0px solid #010101;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 3px #121212;
    border: 0px solid #00001E;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #41C0BE;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 0px 0px 1px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #41C0BE;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 0px 0px 1px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 3px #121212;
    border: 0px solid #00001E;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #41C0BE;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #41C0BE;
  }

  .calculator-cost-of-selling .initial-hidden{
    display: none;
  }

  .calculator-cost-of-selling .initial-hidden.blurred{
    display: block;
    opacity: .3;
  }

  #calculate-property:disabled{
    opacity: 1 !important;
    cursor: not-allowed !important;
    border: 1px solid #E5E7EB !important;
    background-color: #E5E7EB !important;
    background: #E5E7EB !important;
    color: #9CA3AF !important;
    box-shadow: unset !important;
  }



.calculator-cost-of-selling .background-holder-calculator .container-result.total-upper {
    margin-top: 32px;
}

.page-template-default .calculator-cost-of-selling.content-page .background-holder {
    display: none !important;
}


.page-template-default .calculator-cost-of-selling .background-holder-calculator .container-calculator {
    margin-top: 0px !important;
}

body.page-template-homepage-template .calculator-cost-of-selling.content-page {
    padding: var(--space-7) 0px !important;
}

body.page-template-homepage-template .calculator-cost-of-selling.content-page .container-adjusted{
    max-width: 1440px;
}

body.page-template-homepage-template .calculator-cost-of-selling.content-page .main-calc {
    background-color: transparent !important;
}

body.page-template-homepage-template .calculator-cost-of-selling.content-page .main-calc .details a {
    display: none !important;
}

body.page-template-homepage-template .calculator-cost-of-selling.content-page .background-holder-calculator {
    margin-top: 30px;
}

body.page-template-homepage-template .calculator-cost-of-selling.content-page #more-info {

    display: block !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.page-template-homepage-template .calculator-cost-of-selling.content-page .details h3 {
    font-family: var(--font-heading1-family) !important;
    font-size: var(--font-heading1-size) !important;
    font-weight: var(--font-heading1-weight) !important;
    font-style: var(--font-heading1-style) !important;
    text-transform: var(--font-heading1-transform) !important;
    line-height: var(--font-heading1-height) !important;
    letter-spacing: var(--font-heading1-letter) !important;
    word-spacing: var(--font-heading1-word) !important;
    color: var(--color-s);
    text-align: center !important;
}

  @media screen and (max-width: 1024px) {
    .calculator-cost-of-selling .checklist{
        grid-template-columns: 1fr 1fr;
    }
    .calculator-cost-of-selling .property-selection{
        flex-direction: column;
    }
    .calculator-cost-of-selling .property-selection .result {
        width: 100%;
    }
 }
 @media screen and (max-width: 768px) {
    .calculator-cost-of-selling .checklist{
        grid-template-columns: 1fr;
    }
    .calculator-cost-of-selling .background-holder-calculator .results-container .results{
        grid-template-columns: 1fr;
        gap:10px;
    }

    .calculator-cost-of-selling .property-selection .selection-box .selection{
        display: unset;
    }

    .calculator-cost-of-selling .details h2{
        color: #FFF;

        font-family: Poppins;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 49.85px;
    }
    .calculator-cost-of-selling .background-holder{
        padding-top: 50px;
    }
    
    .calculator-cost-of-selling .property-selection .selection-box .selection .selection-item{
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .calculator-cost-of-selling .property-selection .result{
        margin-top: 20px;
    }

    .calculator-cost-of-selling.content-page .background-holder{
        padding-top: 0px;
    }
 }
 @media screen  and (max-width: 600px) {
    #calculate-property{
        border-radius: 8px;
        padding: 21px 49px;
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
        text-align: center;
    }
    .calculator-cost-of-selling .details h1 {
     
        font-size: 35px;
        font-style: normal;
      
    }
    .calculator-cost-of-selling .background-holder:not(.calculator-cost-of-selling.content-page .background-holder){
        padding: var(--space-4) 0px;
    }
    .calculator-cost-of-selling .background-holder-calculator .container-calculator {
        position: relative;
        margin-top: -14px;
    }
 }
 @media screen  and (max-width: 480px) {
    .calculator-cost-of-selling .background-holder-calculator .container-result.total .total-value{
        font-size: 50px;
        line-height: normal;
    }
    .calculator-cost-of-selling .background-holder-calculator .container-result.total .total-heading{
        font-size: 19px;
        line-height: normal;
    }
    .calculator-cost-of-selling .background-holder-calculator .container-result.total, .calculator-cost-of-selling .cta-holder, .calculator-cost-of-selling .background-holder-calculator .container-result{
        padding: 32px 18px;
    }
    .calculator-cost-of-selling.content-page .main-calc{
        padding: 20px 15px !important;
    }
 }
  