.calculator {
    border-radius: 16px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
}
.calculator .header {
    background-color: #7d64df;
    padding: 20px;
    text-align: center;
    border-radius: 16px 16px 0px 0;
}
.calculator .header h4 {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 0 !important;
}
.calculator .profit_range {
    background-color: #f8f6ff;
    padding: 40px 0px;
}
.calculator .profit_range .profit_average_sale_wrap {
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid #e4ebf1;
}
.calculator .profit_range .growth_percent_wrap {
    padding: 30px;
}
.calculator .profit_range h4 {
    text-align: center;
    color: #070044;
    font-weight: 600;
    font-size: 18px !important;
}
.calculator .profit_range .slider {
    float: none !important;
    display: block !important;
    margin: 0 auto 30px auto !important;
    z-index: 9999;
}
.calculator .profit_range .slider .tooltip-main.top {
    display: block !important;
    opacity: 1 !important;
    margin-top: -38px !important;
}
.calculator .profit_range .slider .tooltip-main.top >.tooltip-arrow {
    bottom: -8px !important;
    left: 50% !important;
    margin-left: -8px !important;
    border-width: 10px 10px 0 !important;
    border-top-color: #070044 !important;
    opacity: 1 !important;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.calculator .profit_range .slider .tooltip-inner {
    background-color: #070044;
    border-radius: 20px;
    padding: 4px 30px;
    font-size: 20px;
}
.calculator .profit_range .slider .slider-tick-label-container .slider-tick-label {
    padding-top: 50px;
    color: #22A6F9;
}
.calculator .profit_range .range input.range_slider {
    display: none !important;
}
.calculator .profit_range .slider .slider-track {
    border-radius: 20px;
    background-color: #fffffd !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.11);
}
.calculator .profit_range .slider .slider-handle {
    margin-top: -12px !important;
    width: 32px;
    height: 32px;
    background-image: none !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.11) !important;
    background-color: #070044;
    border-radius: 100%;
    border: 5px solid #fff;
}
.calculator .profit_range .slider .slider-selection.tick-slider-selection {
    background-color: #22A6F9 !important;
    border-radius: 20px !important;
    background-image: none !important;
}
.calculator .profit_range .slider .slider-track .slider-tick.round:first-child {
    display: none;
}
.calculator .profit_range .slider .slider-tick {
    border-radius: 0 !important;
    background-image: none !important;
    background-color: #e4ebf1 !important;
    width: 1px !important;
    height: 42px !important; 
    margin-left: 0 !important;
    z-index: -1;
}
.calculator .profit_range .range {
    position: relative;
}
.calculator .profit_result {
    display: flex;
    justify-content: center;
    background-color: #ffff;
    border-top: 1px solid #e4ebf1;
}
.calculator .profit_result .profite_increase {
    width: 50%;
    text-align: center;
    padding: 30px;
}
.calculator .profit_result .profite_increase.annual_increase { 
    border-left: 1px solid #e4ebf1;
}
.calculator .profit_result .profite_increase span {
    color: #070044 !important;
    font-weight: 600;
}
.calculator .profit_result .profite_increase h3 {
    color: #070044 !important;
    margin-bottom: 0px !important;
}
.calculator .footer {
    display: flex;
}
.calculator .footer .calculator_question {
    width: 70%;
    padding: 20px;
    color: #fff;
    background-color: #070044;
    border-radius: 0px 0 0 16px;
}
.calculator .footer .calculator_question .question {
    margin-bottom: 20px;
}
.calculator .footer .calculator_question div 
{
    position: relative;
}
.calculator .footer .calculator_question div i {
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #22A6F9;
    border-radius: 100%;
} 
.calculator .footer .calculator_question div p {
    padding-left: 44px;
}
.calculator .footer .calculator_question div p a {
    color: #fff !important;
    text-decoration: underline !important;
}
.calculator .footer .calculatror_btn {
    width: 30%;
}
.calculator .footer .calculatror_btn .calculator-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff !important;
    border-radius: 0px 0px 16px 0px !important;
    background-color: #22A6F9 !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
}




.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}


@media only screen and (max-width:1200px) {
    /*  .calculator .profit_range .range .my_rang {
        padding-top: 30px;
        display: flex;
    }
    .calculator .profit_range .range .my_rang span.right {
        text-align: right;
    }
    .calculator .profit_range .range .my_rang span {
        font-size: 14px;
        width: 50%;
        position: relative;
    } */
    .calculator .footer .calculatror_btn .calculator-button {
        font-size: 16px;
    }
}


@media only screen and (max-width: 992px) {
    .wpb_row .col .home_calculator_col {
        padding: 0 6% !important;
    }
    .calculator .profit_range .slider .tooltip-inner {
        padding: 4px 24px;
        font-size: 16px;
    }
}


@media only screen and (max-width: 690px) {
    .calculator .profit_range .slider {
        margin: 50px auto 30px auto !important;
        width: 90% !important;
    }
    .calculator .profit_result .profite_increase {
        padding: 20px;
    }
    .calculator .footer .calculator_question {
        width: 60%;
        padding: 20px 10px 20px 20px;
    }
    .calculator .footer .calculator_question div i {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .calculator .footer .calculatror_btn {
        width: 40%;
    }
    .calculator .footer .calculator_question div p {
        padding-left: 38px;
    }
    .calculator .footer .calculator_question div p a {
        display:block;
    }
    .calculator .footer .calculatror_btn .calculator-button {
        font-size: 14px;
    }

}