
/* Start Calculate */
.calbody{
    padding: 0 12px;
}
.calbody h2 {
    background: linear-gradient(to right, #4495D1, #2D3F88);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}
.calbody .cal_title{padding-bottom: 1rem;}
.calbody .cal_title p {
    font-size: 18.74px;
    color: #000;
    width: 75%;
}
.cal_input_container {
    /* display: flex; */
    padding: 0px 25px 25px 0px;
}
.calbody .cal_inptus {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 60px;
}
.calbody .cal_inputs_label {
    display: flex;
    align-items: center;
    /* height: 61px; */
}
.cal_inputs_label .label_tag {
    color: #000;
    font-size: 16.74px;
    font-weight: 700;
    display: inline-flex;
    justify-content: space-between;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-right: 15px;
}
.calbody .label_info{margin-left: .255em;}
.cal_inputs_label .label_tag .info_popup {
    flex-shrink: 0;
}
.calbody .cal_inputs_box {
    max-width: 100px;
    text-align: center;
    height: 53px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    font-size: 16.74px;
    color: #000;
    font-weight: 500;
    flex-shrink: 0;
}
.calbody .cal_slider {
    margin-top: 20.85px;
}
.calc_slider_input {
    /* background: linear-gradient(to right, #1195ff 0%, #003ec2 50%, #fff 50%, #fff 100%); */
    border: solid 1px #D9D9D9;
    border-radius: 8px;
    height: 15px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}
/* Chrome, Safari, Edge, Opera */
.calc_slider_input::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    cursor: ew-resize;
    background: #0075FF;
    border-radius: 50%;
    box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    appearance: none;
}
/* Firefox */
.calc_slider_input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    cursor: ew-resize;
    background: #0075FF;
    border-radius: 50%;
    box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    appearance: none;
}
/* Internet Explorer and Edge (Legacy) */
.calc_slider_input::-ms-thumb {
    width: 16px;
    height: 16px;
    cursor: ew-resize;
    background: #0075FF;
    border-radius: 50%;
    box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .calc_slider_input[type='range']::-webkit-slider-thumb {
      width: 16px;
      height: 16px;
      cursor: ew-resize;
      background: #0075FF;
      border-radius: 50%;
      box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.2);
      -webkit-appearance: none;
      appearance: none;
    }

}
.calbody .cal_discuss_btn {
    background: #54CA70;
    color: #fff;
    /* border: 3px solid #1A45BE; */
    border-radius: 5px;
    font-size: 23.74px;
    font-weight: 600;
    padding: 10px;
    /* color: #1A45BE; */
    line-height: 1.5;
}
.cal_number_btn {
    font-size: 18.74px;
    color: #000;
    /* margin-top: 20px; */
    margin: 20px 0;
}
.cal_number_btn svg {
    margin-right: 15px;
}
.calc_purhse_result_container,
.calc_Leasing_result_container,
.calc_SharedRevenue_result_container {
    background: #F9F9F9;
    border-radius: 54px;
    box-shadow: 0px 11px 14px 0px #00000036;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
}
.calc_result_title {
    font-size: 22.32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.calc_purhse_result_container .calc_result_title{ color: #54CA70;}
.calc_Leasing_result_container .calc_result_title{ color: #BABABA;}
.calc_SharedRevenue_result_container .calc_result_title{ color: #343434;}
.calc_result_description {
    padding-bottom: 15px;
    padding-left: 0px;
}
.calc_result_description li {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px;
    font-size: 14.1px;
    font-weight: 500;
}
.calc_purchse_result li,
.calc_leasing_result li,
.calc_SharedRevenue_result li {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    margin-bottom: 5px;
}
.calc_purchse_result li .title,
.calc_leasing_result li .title,
.calc_SharedRevenue_result li .title {
    width: 65%;
}
.purchse_excludingvat .title,
.leasing_excludingvat .title,
.SharedRevenue_excludingvat .title {
    width: 100% !important;
}
.calc_purchse_result li .value,
.calc_leasing_result li .value,
.calc_SharedRevenue_result li .value {
    width: 35%;
    text-align: right;
}
.purchase_revanuepermonth,
.leasing_revanuepermonth,
.SharedRevenue_revanuepermonth {
    background: #6BC074;
    color: #fff;
    border-radius: 25px;
}
.purchase_grossmargine,
.leasing_grossmargine,
.SharedRevenue_grossmargine {
    background: linear-gradient(90deg, #489AF7 25%, #1A45BE 100%);
    color: #fff;
    border-radius: 25px;
}
.purchase_excludingvat,
.leasing_excludingvat,
.SharedRevenue_excludingvat {
    margin-top: 30px;
}
.information_popup_container {
    background: #d9d9d9;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    z-index: 0;
    width: 25%;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    display: none;
}
.information_popup_container::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid transparent;
    border-right: .4em solid transparent;
    border-bottom: .4em solid #d9d9d9;
    border-left: .4em solid transparent;
    position: absolute;
    top: -8px;
    left: 5px;
}
.cal_form_openbtn.greenCommonBtn {
    text-align: center;
    min-width: 100px;
    background: #54ca70;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 40px 15px 40px;
    font-size: 14px;
    letter-spacing: .15px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1rem;
}
.calcRoi_modal .modal-header {
    padding: 1rem 0;
}
.calcRoi_modal .modal-header h5{margin-bottom: .5rem;}
.calcRoi_modal .modal-header p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: "Cerebri Sans Pro";
    font-weight: 300;
    letter-spacing: 0.15px;
    text-align: center;
}
.calcRoi_modal .modal-header .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / .5em auto no-repeat;
    opacity: 0;
    padding: 12px;
}
.calcRoi_modal h6 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    padding-bottom: 1rem;
}
.calcRoi_modal h6 span{display: inline;}
.calcRoi_modal .form-check-field span *{margin: 0;}
.calcRoi_modal .form-check-field .form-checkbox{
    display: flex;
    flex-wrap: wrap;
}
.calcRoi_modal .form-check-field .wpcf7-list-item:not(:last-child) {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.calcRoi_modal .form-check-field label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    display: flex;
}
.calcRoi_modal .form-check-field [type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: .5rem;
}

/*currency css*/

.cal_currncy_container .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
.cal_currncy_container .dropbtn {
    color: #000;
    font-family: "Cerebri Sans Pro", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 55px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 20px 8px 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    
}
.cal_currncy_container .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
}
.cal_currncy_container .dropdown:hover .dropdown-content {
    display: block;
}
.cal_currncy_container .dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
}
.cal_currncy_container .dropdown-content div:hover {
    background-color: #f1f1f1;
}
.cal_currncy_container .dropdown-content img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.cal_currncy_container .dropdown img { margin-right: 10px;}


.form-description{padding-top: 25px;}
.form-description p {
    color: #706E6E;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    font-style: italic;
  }

@media (max-width: 991px) {
    .calbody .cal_inptus{padding-right: 15px;}
    .calbody .cal_inputs_label{height: auto;}
    .calcRoi_modal .modal-header h5{
        font-size: 26px;
        margin-bottom: 1rem;
    }
    .calcRoi_modal .form-check-field label{font-size: 14px;}
    .calcRoi_modal .form-check-field [type="checkbox"]{margin-right: 5px;}
    .calcRoi_modal h6{font-size: 18px;}
}
@media (max-width: 795px) {
    .cal_inputs_label span{width: 64%;}
    .calc_purhse_result_container,
    .calc_Leasing_result_container,
    .calc_SharedRevenue_result_container{
        height: auto;
        margin-bottom: 1.5rem;
    }
    .calcRoi_modal .modal-header .btn-close{opacity: 1;}
}
@media (max-width: 767px) {
    .cal_input_container {
        /* padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5); */
        padding: 25px 0;
    }
    .calbody .cal_inptus{padding-right: 0px;}
}
@media (max-width: 569px) {
    .information_popup_container{width: auto;}
    .calcRoi_modal .form-check-field .wpcf7-list-item:not(:last-child) {
        flex: 0 0 auto;
        width: 100%;
    }
}
/* End Calculate */
