@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff"),
    url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "faktum";
  src: url("./Rene\ Bieder\ -\ Faktum\ Test\ Bold.otf") format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: "faktum";
  src: url("./Rene\ Bieder\ -\ Faktum\ Test\ Regular.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Faktum";
  src: local("Faktum Semi Bold"), local("Faktum-Semi-Bold"),
    url("Faktum-SemiBold.woff2") format("woff2"),
    url("Faktum-SemiBold.woff") format("woff"),
    url("Faktum-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
span {
  font-family: Lato, sans-serif;
}

.mt5 {
  margin-top: 5px !important;
}

.header_panel1,
.header_panel2 {
  font-size: 44px;
  font-family: faktum !important;
}
.radio_styling {
  margin-left: 10px;
  margin-right: 25px;
}

.col-form-radio-label-ctm {
  color: #5b6670;
  font-size: 14px;
}

.label-flex-ctm {
  height: 100%;
  align-items: center;
  display: flex;
}
.t-3 {
  top: -3px;
}
.custom_button {
  margin: 9px 0 0;
  padding: 8px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 500;
  font-family: inter;
  border-radius: 25px;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 20%);
  background: #f2222b;
  color: white;
}
.pr30 {
  padding-right: 30px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt10 {
  margin-top: 10px !important;
}

/* Create a custom radio button start new*/
.radioContainer {
  font-family: inter !important;
  font-size: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-right: 55px;
  direction: rtl;
}
.radioContainer input {
  display: none;
}
.radioContainer .circle {
  content: "";
  background: white;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
}
.radioContainer:hover .circle {
  background-color: #ccc;
}
.radioContainer input:checked + .circle {
  background-color: white;
}
.radioContainer input:checked + .circle:after {
  content: "";
  width: 10px;
  height: 10px;
  background: radial-gradient(
    #f2222b 0%,
    #f2222b 40%,
    transparent 50%,
    transparent
  );

  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
  margin-right: 20px;
}
/* Create a custom radio button start end*/

.radio_span {
  margin-right: 10px;
  font-size: 12px;
  color: gray;
}
/* pretty radio end*/

.visualizeroi-image {
  max-height: 35px;
  margin-bottom: 15px;
  margin-left: 5px;
}

#dvLoading {
  background: #ffffffa1;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -25px 0 0 -25px;
}
#loading_logo {
  background: #000;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -25px 0 0 -25px;
}
.loading-content {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.loading-content p {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.logo_display_none {
  display: none !important;
}
label.error {
  color: red !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  position: absolute;
}
.disabled {
  cursor: not-allowed !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.col-form-label-ctm {
  font-family: inter !important;
  font-size: 16px;
  line-height: 1.42;
  max-width: 100%;
  margin-bottom: 0px;
  /* font-weight: 700; */
  color: #5b6670;
}
.output {
  background-image: linear-gradient(#669a9c30, #64c1c6);
  width: 40px;
  height: 30px;
  text-align: center;
  color: black;
  border-radius: 10px;
  display: inline-block;
  font: bold 15px/30px Georgia;
  bottom: 175%;
  left: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  position: relative;
  margin: 18px 0;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #dde0e0;
  border-radius: 2px;
  border: 0.6px solid #dde0e0;
}
input[type="range"]::-webkit-slider-thumb {
  border: 1px solid #756293;
  height: 26px;
  width: 12px;
  border-radius: 1px;
  background: #756293;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #4c4f55;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #4c4f55;
  border-radius: 1.3px;
  border: 0.2px solid #4c4f55;
}
input[type="range"]::-moz-range-thumb {
  border: 1px solid #0057b7;
  height: 26px;
  width: 12px;
  border-radius: 3px;
  background: #0057b7;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #4c4f55;
  border: 0.2px solid #4c4f55;
  border-radius: 2.6px;
}
input[type="range"]::-ms-fill-upper {
  background: #4c4f55;
  border: 0.2px solid #4c4f55;
  border-radius: 2.6px;
}
input[type="range"]::-ms-thumb {
  border: 1px solid #0057b7;
  height: 26px;
  width: 12px;
  border-radius: 3px;
  background: #0057b7;
  cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #4c4f55;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #4c4f55;
}
.slider-val {
  background-color: #fff;
  border-radius: 0 7px;
  color: #0057b7;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  min-width: 140px;
  padding: 0 10px;
  text-align: center;
  border: 0;
  font-weight: 700;
}
.user-form-label {
  font-size: 18px;
  font-family: inter !important;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  color: #5b6670;
}
.red {
  color: red;
}
.three-year-saving {
  color: #0057b7;
  text-align: center;
  font-weight: 700;
  /* font-size:78px; */
  font-size: 70px;
  margin: 0;
}
.three-year-saving-description {
  font-weight: 700;
  display: block;
  margin: 0 0 1px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.form-group-user-information {
  margin-bottom: 17px;
}
.fa-info-circle {
  text-decoration: none;
  border-radius: 1em;
  color: #12284c;
  font-size: 16px;
  position: relative;
  text-align: center;
}
.info-panel {
  background: #12284c none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  opacity: 0.95;
  padding: 1.7em;
  position: absolute;
  max-width: 350px;
  left: 0;
  right: 0;
  z-index: 999;
  top: 35px;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.info-panel::before {
  border-color: rgba(226, 230, 233, 0) rgba(226, 230, 233, 0) #e2e6e9;
  border-width: 11px;
  margin-left: -11px;
}
.info-panel::after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-width: 10px;
  margin-left: -10px;
  right: 7px;
}
.info-panel::after,
.info-panel::before {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 6px;
  width: 0;
}
.info-panel ul {
  padding: 0;
  color: #fdee00;
  list-style: inside none disc;
  padding: 0;
}
.info-panel ul li {
  color: #fff;
}
.info-close {
  text-decoration: none;
  border-radius: 1em;
  font-size: 20px;
  position: relative;
  text-align: center;
}
.close-me {
  text-decoration: none;
  border-radius: 1em;
  font-size: 20px;
  position: relative;
  text-align: center;
  position: absolute !important;
  top: 0;
  right: 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none !important;
}
.alert {
  padding: 7px 15px;
  margin-top: 10px;
  position: fixed;
  z-index: 11;
}
.head-note {
  /* width:949px; */
  padding: 0 68px;
  display: inline-block;
  margin: 40px 0;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}
.label-field-select {
  -webkit-appearance: none;
  max-width: 88%;
}
#mktoForm_1656 {
  display: none;
}
.panel > .form-group-ctm {
  margin-bottom: 0px;
}
.modal-title-ctm {
  box-sizing: border-box;
  margin: 0;
  font-size: 1.15em;
  font-weight: 700;
  font-family: Arial !important;
  color: #434957;
  text-transform: uppercase;
}
.modal-content-ctm {
  padding: 25px;
  background-color: #f7f7f7;
  border: 2px solid #808080;
  border-radius: 5px;
}
.form-group-user-information > input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d7d7d7;
  color: #000;
  height: 56px;
}
.fa-5x {
  color: #7d2b6d !important;
}
.user_form_lables {
  height: 45px !important;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
}
.form-control {
  color: gray;
}
.permission {
  font-size: 14px;
  font-family: "Inter";
  color: #808080;
}

.mbAllFielfs {
  margin-bottom: 20px !important;
}
/* select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg  height='34' viewBox='0 0 24 24' width='44' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
} */

.errorBox {
  position: absolute;
  border: 2px solid #fedcbd;
  border-radius: 16px;
  padding-bottom: 8px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff7f0;
  font-size: 16px;
  font-family: inter !important;
  bottom: 23px;
  left: 45%;
  max-width: 380px;
}

@media only screen and (max-width: 768px) {
  .errorBox {
    left: 50%;
  }
  /* For mobile phones: */
  .label-field,
  .label-field:focus {
    width: 100%;
  }
  .label-field-select {
    max-width: 100%;
  }
  .three-year-saving {
    font-size: 42px;
  }
  .mob_mt45 {
    margin-top: 45px;
  }
  .mob_w37 {
    width: 37%;
  }
  .mob_w63 {
    width: 63%;
  }
  .mob_w100 {
    width: 100%;
  }
}

.customLabal {
  font-size: 18px !important;
  margin-bottom: 8px;
  color: white;
  font-weight: bold;
}
.header-text {
  background-color: #474747;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.outputDev {
  text-align: center;
  justify-content: center;
  /* background-color: #4680ea;
color: white; */
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 8px;
}
.chatTitle {
  text-align: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 22px;
  padding-top: 15px;
  color: #5b6670;
}
.outputText {
  font-weight: 600;
  padding-top: 25px;
  font-size: 18px !important;
  color: #5b6670;
}
.outputCodeRef {
  font-weight: 600;
  color: #1c7cf4;
  font-size: 40px !important;
}
.outputCodeDiv {
  padding-top: 8px;
}

.label-field,
.label-field:focus {
  font-size: 16px !important;
  font-family: inter !important;
  color: #474747;
  margin: 0;
  font: inherit;
  padding: 0 1px;
  outline: 0;
  border-radius: 3px;
  padding-left: 6px;
  margin-bottom: 25px;
  height: 45px;
  border-radius: 8px;
}
.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.label-field-select,
.label-field-select:focus {
  color: #fff;
  height: 56px;
  line-height: 56px;
  margin: 0;
  font: inherit;
  padding: 0 1px;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 3px;
  background-color: #0057b7;
  padding: 0 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.inputEndText {
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}

.chartTitle {
  padding-top: 20px;
}

.output {
  padding-top: 0px !important;
  text-align: center;
}
.outputCodeRef2 {
  font-size: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt28 {
  padding-top: 28px !important;
}
.checkboxx {
  padding-top: 12px;
  padding-bottom: 23px;
}
.pb10 {
  padding-bottom: 10px;
}

.panel_first_footer {
  background-color: #7f2c6b;
  color: white;
  top: -14px;
  display: flex;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 6px 8px 5px rgb(0 0 0 / 5%);
}
.output_header {
  font-size: 32px !important;
  font-family: "Inter";
  font-weight: 600;
}
.output_small_text {
  font-family: "Inter";
  font-size: 16px !important;
}
.output_value {
  font-size: 64px !important;
  font-family: Faktum;
  font-weight: 700 !important;
}
.output_value_div {
  align-items: center;
  display: flex;
  justify-content: right;
}
.panel {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
  border-radius: 10px;
  background-color: white;
  padding-bottom: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel2 {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 6px rgb(0 0 0 / 5%);
  border-radius: 10px;
  background-color: #f7f7f7;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

body {
  /* margin-bottom: 4px; */
  margin-top: 10px;
  /* margin-bottom: 10px; */
}

.download-full-report2 {
  width: 50%;
  padding: 8px;
  font-size: 16px;
  font-weight: 300;
  font-weight: 600;
  border: 1px solid #df6c5a;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 20%);
  background: #eb7866;
}

.download-full-report {
}

.download-full-report2:hover,
.download-full-report:hover,
.download-full-report:focus,
.download-full-report2:focus,
.download-full-report:focus-within,
.download-full-report:active {
}

#ex1Slider .slider-selection {
  background: #bababa;
}
.myrow {
  display: flex;
}
.pr0 {
  padding-right: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}

.mt20 {
  margin-top: 10px;
}
.pt4 {
  padding-top: 4px;
}
.hs-form-iframe {
  display: none !important;
}

.irs--round .irs-bar {
  background-color: #f2222b;
}
.irs--round .irs-handle {
  top: 30px;
  width: 14px;
  height: 14px;
  border: 0px solid #006cfa;
  background-color: #f2222b;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
}
.irs--round:hover .irs-handle:hover {
  border: 0px solid #006cfa;
  background-color: #f2222b;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
  cursor: pointer;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 8px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(252, 249, 249, 0);
  border-radius: 4px;
  top: 42px;
}

.irs--round .irs-single {
  font-family: inter !important;
  font-size: 16px;
  line-height: 1;
  text-shadow: none;
  padding: 12px 23px;
  color: black;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
}

.irs--round .irs-single:before {
  border-top-color: white;
  border-top-style: solid;
  box-shadow: 0px 9px 2px -5px rgb(0 0 0 / 5%);
  border-top-width: 3px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 3px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 3px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}
.irs-single {
  top: -16px;
  left: 20.29%;
}
.irs-handle::after {
  content: "";
  color: #fff;
  padding: 0;
  margin: 0;
  bottom: 2.25px !important;
  left: 2.25px;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background: white;
}
.irs--round {
  margin-bottom: 15px;
  margin-top: -8px;
}

.irs--round .irs-line,
.irs--round .irs-bar {
  height: 10px;
}
.irs-handle::after {
  left: 3.25px !important;
  bottom: 3.25px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  width: 13px !important;
  height: 13px !important;
}
.irs--round:hover .irs-handle:hover {
  cursor: pointer;
}

.irs--round .irs-handle {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .errorBox {
    position: static;
  }

  .panel_first_footer {
    display: block;
  }
  .customLabal {
    font-size: 9px !important;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 20%);
  }
  .panel {
    margin-bottom: 15px !important;
  }
  .download-full-report2 {
    width: 100% !important;
  }

  .irs--round .irs-single {
    left: 40.3507%;
    bottom: -87px;
    top: unset;
  }

  .irs--round .irs-single:before {
    top: -6px;
    bottom: unset;
    transform: rotate(180deg);
  }
  .irs--round {
    margin-bottom: 26px;
  }
  .mob_mt-15 {
    margin-top: -15px !important;
  }
  .panel2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .panel_first_footer {
    border-radius: 0px;
    border-radius: 0px;
  }
}
