.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.is-draggable {
  cursor: move;
  cursor: grab;
}
.is-dragging {
  cursor: grabbing;
}
#fake,
.fake {
  padding: 0 !important !important;
  margin: 0 !important !important;
  line-height: normal !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  display: block !important;
  visibility: hidden !important;
}
.finance_calc {
  background: #fff;
  border: 10px solid #B15C11;
  margin-bottom: 1px;
}
.calc_app_ver2 {
  font-family: inherit;
}
.calc_app_ver2 *,
.calc_app_ver2 :after,
.calc_app_ver2 :before {
  box-sizing: border-box;
}
.calc_app_ver2 .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.calc_app_ver2 .row_flex {
  display: flex;
  display: -ms-flexbox;
}
.calc_app_ver2 input[type=number]::-webkit-inner-spin-button,
.calc_app_ver2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc_app_ver2 input[type=number]::-moz-inner-spin-button,
.calc_app_ver2 input[type=number]::-moz-outer-spin-button {
  -moz-appearance: none;
  margin: 0;
}
.calc_app_ver2 input[type=number] {
  -moz-appearance: textfield;
}
.calc_app_ver2 .no_padding {
  padding: 0 !important !important;
}
.calc_app_ver2 .rel,
.calc_app_ver2 .relative {
  position: relative;
}
.calc_app_ver2 .vc {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.calc_app_ver2 .h1, .calc_app_ver2 .h2, .calc_app_ver2 .h3, .calc_app_ver2 .h4, .calc_app_ver2 .h5, .calc_app_ver2 .h6, .calc_app_ver2 h1, .calc_app_ver2 h2, .calc_app_ver2 h3, .calc_app_ver2 h4, .calc_app_ver2 h5, .calc_app_ver2 h6 {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-family: inherit;
  font-weight: 400;
}
.calc_app_ver2 .uppercase {
  text-transform: uppercase !important;
}
.calc_app_ver2 .para,
.calc_app_ver2 p {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-family: inherit;
  font-weight: 300;
}
.calc_app_ver2 .main_width {
  width: 1280px;
  margin: 0 auto;
}
.calc_app_ver2 .inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.calc_app_ver2 .block {
  display: block;
  width: 100%;
}
.calc_app_ver2 .img {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.calc_app_ver2 .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.calc_app_ver2 .clear {
  clear: both;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.calc_app_ver2 .desktopHide {
  display: none;
}
.calc_app_ver2 a:active,
.calc_app_ver2 a:focus,
.calc_app_ver2 a:hover,
.calc_app_ver2 a:visited {
  text-decoration: none;
  color: inherit;
}
.calc_app_ver2 ul {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.calc_app_ver2 .tbl_cell {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  text-align: center;
}
.calc_app_ver2 .last_para {
  margin-bottom: 0 !important;
}
.calc_app_ver2 .margin_5px {
  margin-left: -5px;
  margin-right: -5px;
}
.calc_app_ver2 .margin_5px [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.calc_app_ver2 .blue_box {
  background-color: #B15C11 !important;
}
.calc_app_ver2 .padding {
  padding: 30px;
}
.calc_app_ver2 .title {
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
}
.calc_app_ver2 #calc_tablular {
  height: 450px;
  overflow-y: auto;
}
.calc_form_ver2 .input {
  margin: 0;
  line-height: normal;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: inherit;
  padding: 8px;
  border: none;
  height: 35px;
}
.calc_form_ver2 .input:focus {
  outline: 0;
}
.calc_form_ver2 .calc_input_wrap {
  margin-bottom: 40px;
}
.calc_form_ver2 .input_with_icon {
  position: relative;
  color: #fff;
}
.calc_form_ver2 .input_with_icon i {
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 0;
  background-color: #43220F;
  width: 30px;
  text-align: center;
  font-size: 17px;
  padding-top: 9px;
}
.calc_form_ver2 .input_with_icon .input {
  padding-left: 36px;
}
.calc_form_ver2 .lbl {
  padding-left: 0 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  display: block !important;
}
.calc_form_ver2 .lbl.block {
  margin-bottom: 20px;
  width: 100%;
}
.calc_form_ver2 .pf_wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.calc_form_ver2 .pf_wrap .txt {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.calc_form_ver2 .pf_wrap .inline {
  vertical-align: middle;
  margin-right: 10px;
}
.calc_form_ver2 .input_range {
  position: relative;
  z-index: 2;
  margin-top: 7px;
}
.calc_form_ver2 .input_range:after,
.calc_form_ver2 .input_range:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  background-color: #B15C11;
  z-index: 1;
}
.calc_form_ver2 .input_range:before {
  left: 6px;
}
.calc_form_ver2 .input_range:after {
  right: 6px;
}
.calc_form_ver2 .dp_type {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 16px;
  font-weight: 400 !important;
}
.calc_form_ver2 .dp_type.active,
.calc_form_ver2 .dp_type:hover {
  font-weight: 700 !important;
  color: #a5a5a5;
}
.calc_form_ver2 .dp_type_amount {
  padding-left: 15px;
}
.calc_results_ver2 .calc_tabs {
  padding: 0;
  margin: 0;
  line-height: normal;
  list-style: none;
  overflow: hidden;
  border: 1px solid #B15C11;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.calc_results_ver2 .calc_tabs li {
  float: left;
  width: auto;
}
.calc_results_ver2 .calc_tabs li a.active {
  background-color: #B15C11;
  text-decoration: none;
  color: #fff;
}
.calc_results_ver2 .calc_tabs li:last-child a {
  border: none;
}
.calc_results_ver2 .calc_tabs a {
  display: block;
  padding: 7px 10px;
  text-align: center;
  color: #B15C11;
  background-color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-right: 1px solid #B15C11;
}
.calc_results_ver2 #calc_tablular_data {
  width: 100%;
}
.calc_results_ver2 #calc_tablular_data th {
  background-color: #B15C11;
  color: #fff !important;
}
.calc_results_ver2 #calc_tablular_data td {
  background-color: #ebebeb;
}
.calc_results_ver2 #calc_tablular_data td,
.calc_results_ver2 #calc_tablular_data th {
  text-align: center;
  color: #000;
  font-size: 12px;
  padding: 5px;
  width: 20%;
}
.calc_results_ver2 .lbl {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.calc_results_ver2 .input_lbl {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.calc_results_ver2 .result_detail {
  margin-bottom: 20px;
}
.ce_btn {
  display: block;
  width: 100%;
  background-color: #43220F;
  border: 1px solid #43220F;
  padding: 10px 0;
  color: #fff;
}
.ce_btn:hover {
  background-color: #B15C11;
  border: 1px solid #B15C11;
}
.calc_enquire_type a.block {
  display: block;
  border: 1px solid #B15C11;
  padding-bottom: 10px;
}
.calc_enquire_type .ce_mid {
  padding: 10px;
}
.calc_enquire_type a.block:hover .ce_btn {
  background-color: #fff;
  color: #B15C11;
}
.calc_enquire_type .ce_btn {
  margin-top: 20px;
}
.calc_enquire_type .ce_bg {
  background-color: #B15C11;
  padding: 5px 0;
}
.calc_enquire_type .ce_top {
  color: #fff;
  margin-bottom: 20px;
}
.calc_enquire_type .ce_txt_small {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}
.calc_enquire_type .ce_txt_med {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.calc_enquire_type .ce_cost {
  font-size: 24px;
  color: #333;
}
.calc_enquire_type .ce_mid .ce_txt_small {
  color: #333;
}
.ce_form {
  display: none;
}
.ce_form .ce_form_head_txt {
  padding-bottom: 15px;
  position: relative;
}
.ce_form .back_ce_type {
  position: absolute;
  left: 0;
  top: 2px;
  color: #B15C11;
  cursor: pointer;
}
.ce_form .back_ce_type:hover {
  color: #333;
}
.ce_form .ce_top {
  border: 1px solid #B15C11;
}
.ce_form .ce_bg {
  background-color: #B15C11;
  padding: 5px 0;
}
.ce_form .ce_txt_small {
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff;
}
.ce_form .ce_txt_med {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.ce_form .ce_cost {
  font-size: 24px;
  color: #333;
}
.ce_form .col_2 .ce_txt_small {
  color: #333;
}
.ce_form .col_2 .inline {
  margin-top: 8px;
}
.ce_form .ce_mid {
  padding: 20px 0;
}
.ce_form .ce_mid p {
  color: #333;
  font-size: 12px;
}
.calc_thanks_msg {
  background-color: #B15C11;
  padding: 20px;
  text-align: center;
  display: none;
}
.calc_thanks_msg h2 {
  padding: 0;
  margin: 0;
  line-height: normal;
  color: #fff;
}
.calc_thanks_msg p {
  padding: 0;
  margin: 15px 0 0;
  line-height: normal;
  color: #fff;
  font-size: 14px;
}
.loader {
  background-color: #B15C11;
  padding: 20px;
  text-align: center;
  color: #fff;
  display: none;
}
.canvasjs-chart-credit {
  display: none;
}
.calc_popup_wrapper iframe {
  border: 0 !important;
}
.calc_popup_wrapper .modal-header {
  padding: 0;
  border: none;
  min-height: 0;
}
.calc_popup_wrapper .modal-content {
  background: #fff;
  border-radius: 0;
  padding: 12px;
  border: none;
}
.calc_popup_wrapper .modal-body {
  padding: 0;
}
.calc_popup_wrapper .close {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 32px;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-radius: 50%;
  line-height: normal;
  font-family: inherit;
  border: 5px solid #fff;
  z-index: 1;
}
.calc_popup_wrapper .close:hover {
  background-color: #fff;
  color: #000;
}
.calc_popup_wrapper .close span {
  position: relative;
  top: -7px;
}
.calc_form .ce_btn {
  margin-top: 15px;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
    #calc_app_ver3 {
        padding: 0px 0 !important;
    }
        .vc {
    position: static !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
  }
  .row_flex {
    display: block !important;
  }
  ._calc_input_wrap,
  .calc_input_wrap {
    margin-bottom: 40px;
  }
  ._calc_input_wrap [class*=col-],
  .calc_input_wrap [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .calc_form_ver2 .input_range {
    margin-top: 17px;
  }
  .calc_form_ver2 .input_with_icon .input {
    padding-left: 43px;
  }
  .calc_form_ver2 .pf_wrap .txt {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
  .calc_form_ver2 .pf_wrap .inline {
    display: block;
    margin-bottom: 5px;
  }
  .splash .white_box {
    padding: 20px;
  }
  .calc_results_ver2 .heading {
    text-align: center;
  }
  .calc_results_ver2 .text-right {
    text-align: center !important;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 992px) {
  .vc {
    position: static !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
  }
  .row_flex {
    display: block !important;
  }
  .calc_app_ver2 .padding,
  .splash .white_box {
    padding: 20px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .calc_app_ver2 .padding {
    padding: 20px;
  }
  .button {
    padding: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .calc_app_ver2 .padding {
    padding: 20px;
  }
  .button {
    padding: 10px;
  }
}
#calc_app_ver3 {
  padding: 80px 0;
  background: #262626;
  color: #fff;
}
#calc_app_ver3 .white_box {
  border-radius: 5px;
}
#calc_app_ver3 .finance_calc {
  border: none;
  background: none;
  margin: 0 auto;
}
#calc_app_ver3 .calc_app_ver2 .padding {
  padding: 0;
}
#calc_app_ver3 .calc_app_ver2 .title {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: none;
  color: #1A1A1A;
  border: none;
  padding: 0;
}
#calc_app_ver3 .calc_app_ver2 .title strong {
  display: block;
  font-weight: 500;
  color: #B15C11;
}
#calc_app_ver3 .calc_app_ver2 .desc {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 60px;
}
#calc_app_ver3 .calc_app_ver2 .pf_wrap {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}
#calc_app_ver3 .calc_app_ver2 .pf_wrap .inline {
  display: inline-block;
  width: auto;
}
    #calc_app_ver3 .calc_app_ver2 .pf_wrap .inline a.button {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #1A1A1A;
        border: 1px solid #B15C11;
        border-radius: 4px;
        box-shadow: none;
        background: #ffffff;
        padding: 10px;
    }
#calc_app_ver3 .calc_app_ver2 .pf_wrap .inline a.button:hover, #calc_app_ver3 .calc_app_ver2 .pf_wrap .inline a.button.active {
  background: #B15C11;
  color: #fff;
}
#calc_app_ver3 .calc_app_ver2 .pf_wrap .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 24px */
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}
#calc_app_ver3 .calc_app_ver2 .lbl.block {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 24px */
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}
#calc_app_ver3 .calc_app_ver2 .calc_input_wrap .row, #calc_app_ver3 .calc_app_ver2 ._calc_input_wrap .row {
  margin: 0 !important;
}
#calc_app_ver3 .calc_app_ver2 .input_with_icon {
  border: 1px solid #B15C11;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 18px 10px 0px;
  background: none;
  height: auto;
}
#calc_app_ver3 .calc_app_ver2 .input_with_icon i {
  background: none;
  color: inherit;
}
#calc_app_ver3 .calc_app_ver2 .input_with_icon .input {
  background: none;
  color: inherit;
}
#calc_app_ver3 .calc_app_ver2 .input_range {
  margin: 0;
}
#calc_app_ver3 .calc_app_ver2 .input_range:before, #calc_app_ver3 .calc_app_ver2 .input_range:after {
  display: none;
}
#calc_app_ver3 .calc_app_ver2 .blue_box {
  background: none !important;
}
#calc_app_ver3 .calc_tabs_v3 {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #F58E32;
}
#calc_app_ver3 .calc_tabs_v3 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 20px 0;
  letter-spacing: 0px;
  text-transform: none;
  text-align: right;
  opacity: 0.5;
}
#calc_app_ver3 .calc_tabs_v3 a strong {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
#calc_app_ver3 .calc_tabs_v3 a.active, #calc_app_ver3 .calc_tabs_v3 a:hover {
  opacity: 1;
}
#calc_app_ver3 .result_top .calc_tabs_v3 {
  margin: 0;
}
#calc_app_ver3 .result_top .calc_tabs_v3 a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 10px;
  opacity: 1;
}
#calc_app_ver3 .result_top .calc_tabs_v3 a.active {
  background: #F58E32;
  color: #fff;
}
#calc_app_ver3 .calc_tab_content_v3 .ce_cost {
  font-size: 64px;
  line-height: 120%;
  font-weight: 500;
  /* identical to box height, or 77px */
  letter-spacing: -0.02em;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F58E32;
  position: relative;
  text-align: right;
}
#calc_app_ver3 .calc_tab_content_v3 .ce_cost .icon_play {
  color: #F58E32;
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translateY(-63%);
  display: none;
}
#calc_app_ver3 .calc_tab_content_v3 .ce_cost .ce_txt_small {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
#calc_app_ver3 .calc_tab_content_v3 .ce_total_installments_txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: right;
  margin-bottom: 80px;
}
#calc_app_ver3 .calc_tab_content_v3 .txt_small {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  margin: 15px 0;
}
#calc_app_ver3 .calc_tab_content_v3 .btn {
  margin-top: 20px;
  color: #fff;
  float: right;
}
#calc_app_ver3 .form .input {
  margin-bottom: 10px;
  border: 1px solid #fff;
  color: #fff;
}
#calc_app_ver3 .form .input::-webkit-input-placeholder {
  color: #fff;
}
#calc_app_ver3 .form .input::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#calc_app_ver3 .form .policy {
  margin-bottom: 10px;
  color: #fff;
}
#calc_app_ver3 .form .policy a {
  color: inherit;
}
#calc_app_ver3 .form .policy a:hover {
  text-decoration: underline;
}
#calc_app_ver3 #calc_graph {
  background: #fff;
}
@media (max-width: 990px) {
  #calc_app_ver3 .white_box {
    padding: 30px 15px;
  }
  #calc_app_ver3 .white_box:before, #calc_app_ver3 .white_box:after {
    display: none;
  }
  #calc_app_ver3 .row_flex {
    display: block;
  }
  #calc_app_ver3 .row_flex .calc_form_ver2, #calc_app_ver3 .row_flex .calc_results_ver2 {
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
  }
  #calc_app_ver3 .row_flex .calc_form_ver2 {
    margin-bottom: 20px;
  }
  #calc_app_ver3 .calc_tab_content_v3 .ce_cost {
    padding-left: 70px;
  }
  #calc_app_ver3 .calc_tab_content_v3 .ce_cost .icon_play {
    left: 0;
  }
}
@media (max-width: 767px) {
  #calc_app_ver3 .calc_app_ver2 .input_with_icon {
    margin-bottom: 5px;
  }
  #calc_app_ver3 .calc_tab_content_v3 .ce_cost {
    padding-left: 42px;
    font-size: 40px;
  }
  #calc_app_ver3 .calc_tabs_v3 a strong {
    font-size: 18px;
  }
  #calc_app_ver3 .result_top .calc_tabs_v3 {
    display: block;
  }
  #calc_app_ver3 .result_top .calc_tabs_v3 li {
    width: 100%;
    float: none;
  }
  #calc_app_ver3 .result_top .calc_tabs_v3 a {
    font-size: 14px;
  }
}
[type=range] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 100%;
  padding: 0 !important;
  background: none !important;
  height: auto !important;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #f69b4a;
}
[type=range]:focus::-ms-fill-lower {
  background: #F58E32;
}
[type=range]:focus::-ms-fill-upper {
  background: #f69b4a;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #F58E32;
  border: 2px solid #F58E32;
  border-radius: 5px;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #F58E32;
  border: 2px solid #F58E32;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -12.5px;
}
[type=range]::-moz-range-track {
  cursor: pointer;
  height: 3px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #F58E32;
  border: 2px solid #F58E32;
  border-radius: 5px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #F58E32;
  border: 2px solid #F58E32;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
[type=range]::-ms-track {
  cursor: pointer;
  height: 3px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #f4811a;
  border: 2px solid #F58E32;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #F58E32;
  border: 2px solid #F58E32;
  border-radius: 10px;
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #F58E32;
  border: 2px solid #F58E32;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-top: 0;
}

#calc_app_ver3 .form input:not([type=radio]):not([type=checkbox]), #calc_app_ver3 .form select, #calc_app_ver3 .form textarea {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 18px;
    padding: 15px 18px;
    color: #fff;
    background: none;
    height: auto;
}

#calc_app_ver3 .btn {
    padding: 16px 32px;
    white-space: inherit;
    font-family: "Red Hat Display",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 8px;
    display: inline-block;
    border: 0;
    color: #1a1a1a;
    position: relative;
    transition: all .3s;
    background: linear-gradient(180deg, #EA7E1E 0%, #E88A34 100%);
    z-index: 1;
}