/* Custom CSS for range slider form */
.range-slider-calculator {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.range-slider-calculator h2 {
    color: #000000;
    font-size: 28px !important;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 0;
}

.range-slider-calculator p {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 440;
}

.range-slider-calculator ul {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 0 0 15px;
}

.range-slider-calculator ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    font-size: 16px;
}


.range-slider-calculator .button-center {
    text-align: center;
}

.range-slider-calculator a.btn-primary {
    background-color: #ec2037;
    border-color: #ec2037;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 7px;
    margin-top: 20px;
    font-size: 12px;
    white-space: normal !important;
}

.range-slider-calculator a.btn-primary:hover {
    background-color: #d0172c;
}


.range-slider-calculator a.btn-getStarted {
    background-color: green;
    border-color: green;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 7px;
    margin-top: 20px;
    font-size: 12px;
    white-space: normal !important;
}

.range-slider-calculator a.btn-getStarted:hover {
    background-color: green;
}

.d-inline-block {
    display: inline-block !important;
}

.range-slider-calculator img.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}


/* .range-slider-calculator .circle-wrapper {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}
 
.range-slider-calculator .circle-wrapper input[type="radio"] {
  display: none;
}
 
.range-slider-calculator.circle-wrapper label {
  display: block;
}
 
.range-slider-calculator .circle-wrapper img.circle-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  transition: transform 0.2s;
}
 
.range-slider-calculator .circle-wrapper input[type="radio"]:checked + label img.circle-img {
  transform: scale(1.2);
 
.range-slider-calculator .circle-wrapper span {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
} */


.range-slider-calculator .circle-wrapper {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    /* Adjust spacing between buttons */
}

.range-slider-calculator .circle-wrapper input[type="radio"] {
    display: none;
    /* Hide the radio buttons */
}

.range-slider-calculator .circle-wrapper label {
    display: inline-block;
    padding: 5px;
    /* Adjust padding for better click area */
    border-radius: 50%;
    /* Makes the labels round */
    border: 2px solid transparent;
    /* Transparent border initially */
    transition: border-color 0.2s ease-in-out;
    /* Smooth transition for border color */
}


.range-slider-calculator .circle-wrapper:hover,
.range-slider-calculator .circle-wrapper.active-rating {
    background-color: #f0f0f0;
    /* Highlight background of the entire button on hover */
}

.range-slider-calculator .circle-wrapper img.circle-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
    /* Adjust spacing between image and text */
}

.range-slider-calculator .circle-wrapper input[type="radio"]:checked+label {
    border-color: #007bff;
    /* Highlight label border when selected */
}

.range-slider-calculator .circle-wrapper span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    /* Adjust font size */
    white-space: nowrap;
    /* Ensures text stays on one line */
}


.range-slider-calculator .range-slider-calculator .custom-column {
    text-align: center;
}

.range-slider-calculator .custom-column h2 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

.range-slider-calculator .custom-column h3 {
    color: #1C1C1C;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: center;
}

.range-slider-calculator .custom-column p {
    color: #1C1C1C;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-right: 79px;
    padding-left: 79px;
    font-weight: 450;

}

.range-slider-calculator .custom-column .rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}

.range-slider-calculator .custom-column .rating-box .circle-wrapper {
    padding: 15px;
}

.range-slider-calculator .custom-column .circle-img {
    width: 60px;
}

.range-slider-calculator .custom-column label {
    text-align: center;
    font-size: 18px !important;
    color: black;
    border-radius: 10px;
    border-color: #d5d6d5 !important;
}

.range-slider-calculator .custom-column img {
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
    max-height: 118px;
    object-fit: cover;
}

.range-slider-calculator .custom-column a.btn-primary {
    background-color: #ec2037;
    border-color: #ec2037;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 80px;
    margin-left: 100px;
}

.range-slider-calculator .custom-column a.btn-primary:hover {
    background-color: #d0172c;

}

.range-slider-calculator .range-input {
    background-color: #282828 !important;
}


.range-slider-calculator .card {
    -ms-box-shadow: 0 10px 13px 0px rgba(17, 38, 146, .05);
    -o-box-shadow: 0 10px 13px 0px rgba(17, 38, 146, .05);
    box-shadow: 0 10px 13px #1126920d;
    background: #fff;
    margin: 0 0 30px;
    border: none;
}

.range-slider-calculator .card .card-body {
    padding: 30px;
    text-align: left !important;
}


.slider-widget .range-input {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #c3c3c3;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
    border-color: #c3c3c3 !important;
}

.slider-widget .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e51022 !important;
    cursor: pointer;
}

.slider-widget .range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e51022 !important;
    cursor: pointer;
}


.slider-widget .range-input::-webkit-slider-thumb {
    background-color: var(--thumb-color, #e51022);
    transition: background-color 0.3s;
}

.slider-widget.range-input::-moz-range-thumb {
    background-color: var(--thumb-color, #e51022);
    transition: background-color 0.3s;
}

.range-slider-calculator .card-left {
    width: 28%;
    background: #ab1121 !important;
    /* #999 !important;*/
    border-radius: 8px 0px 0px 8px !important;
}

.card-left .card-body h2,
.card-left .card-body p,
.card-left .card-body ul li {
    color: #fff !important;
    text-align: left !important;
}

.range-slider-calculator .card-right {
    width: 72%;
    background: #ec2037 !important;
    border: 15px solid #ec2037 !important;
    border-radius: 0px 8px 8px 0px !important;
}

.range-slider-calculator .card-right .card-body {
    background: #fff !important;
    border-radius: 15px;
}

.range-slider-calculator .card-right .card-body .rating-box {
    justify-content: space-evenly !important;
}

.range-slider-calculator .card-right .card-body .slider-widget h5 {
    font-size: 26px !important;
}



@media (max-width: 767px) {
    .range-slider-calculator .card .card-body {
        padding: 15px;
    }

    .range-slider-calculator .card-left {
        width: 100%;
        border-radius: 0;
        border-radius: 8px 8px 0 0 !important;
    }

    .range-slider-calculator .card {
        margin: 0 !important;
    }

    .range-slider-calculator .card-right {
        width: 100%;
        border-radius: 0 0 8px 8px !important;
    }
}