@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.cdnfonts.com/s/38060/HELVETICA55ROMAN.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 400;
  src: url("https://fonts.cdnfonts.com/s/38060/HELVETICA56ITALIC.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  src: url("https://fonts.cdnfonts.com/s/38060/HELVETICA45LIGHT.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 300;
  src: url("https://fonts.cdnfonts.com/s/38060/HELVETICA46LIGHTITALIC.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 600;
  src: url("./../images/Helvetica-Bold.ttf");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.cdnfonts.com/s/38060/HELVETICA75BOLD.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 700;
  src: url("https://fonts.cdnfonts.com/s/38060/HELVETICA76BOLDITALIC.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 900;
  src: url("https://fonts.cdnfonts.com/s/38060/HELVETICA95BLACK.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 900;
  src: url("https://fonts.cdnfonts.com/s/38060/HELVETICA96BLACKITALIC.woff");
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
div,
p,
span {
  font-family: "Inter", sans-serif !important;
}

.header_text {
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  display: flex;
  align-items: center;
  color: #000000;
}

#cf {
  position: relative;
  cursor: pointer;
  
}
.logo_div{
  padding-left: 40px;
}

#cf svg {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

#cf svg.top:hover {
  opacity: 0;
}

#cf6_image {
  cursor: pointer;
  -webkit-transition: content 0.3s ease-in-out;
  -moz-transition: content 0.3s ease-in-out;
  -o-transition: content 0.3s ease-in-out;
  transition: content 0.3s ease-in-out;
  content: url("./../images/logo1.png");
}

#cf6_image:hover {
  content: url("./../images/logo2.png");
}

.Instructions_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 20px;
  background: white;
  border-radius: 0px;
  margin-top: 20px;
}

.info_icon_styling {
  padding-right: 8px;
}

.mt64 {
  margin-top: 55px;
}

.tooltip1,
.tooltip4,
.tooltip_below,
.tooltip3,
.tooltip2 {
  cursor: pointer;
  position: relative;
}

.tooltip4 .tooltiptext,
.tooltip2 .tooltiptext,
.tooltip3 .tooltiptext,
.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 275px;
  height: 48px;
  background: #243143;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  padding-left: 16px;
  line-height: 16px;
  top: -4px;
  position: absolute;
  z-index: 10000;
  margin-left: 11px;
}

.tooltip1 .tooltiptext {
  top: -15px;
}

.modal-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-top: 28px;
  margin-left: 30px;
  color: black;
}

.tooltip_below .tooltiptext {
  visibility: hidden;
  width: 275px;
  height: 78px;
  background: #243143;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 16px;
  padding-left: 16px;
  line-height: 16px;
  top: 30px;
  left: -110px;
  position: absolute;
  z-index: 10000;
  margin-left: -11px;
}

.tooltip2 .tooltiptext {
  height: 64px;
  top: -22px;
}
.tooltip3 .tooltiptext {
  height: 80px;
  top: -30px;
  left: 18px;
}

.tooltip4 .tooltiptext {
  height: 112px !important;
  top: -41px !important;
  left: 35px;
}

.tooltip2:hover .tooltiptext,
.tooltip3:hover .tooltiptext,
.tooltip4:hover .tooltiptext,
.tooltip_below:hover .tooltiptext,
.tooltip1:hover .tooltiptext {
  visibility: visible;
}

.tooltip2 .tooltiptext::after,
.tooltip3 .tooltiptext::after,
.tooltip4 .tooltiptext::after,
.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #243143 transparent transparent;
}

.tooltip_below .tooltiptext::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 50%;
  margin-top: -9px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #243143 transparent;
}

.tooltip1 .tooltiptext::after {
  top: 48%;
  right: 100%;
}

tspan {
  font-weight: 500 !important;
}

.info_icon {
  cursor: pointer;
}
.submit_btn_div {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.chart_div {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 10px;
}
.estimate_saving {
  margin-left: 32px;
  padding-top: 32px;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 17px;
}
.highcharts-axis-line {
  display: none !important;
}
.panel3MainContent {
  background-color: black;
  margin-left: 48px;
  margin-right: 48px;
  padding: 32px;
  padding-top: 54px;
  padding-bottom: 54px;
}
.footer_head {
  color: white;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
}
.footer_description {
  color: white;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
.mt45 {
  margin-top: 45px;
}

.box1 {
  width: 50%;
  border-right: 1px solid #999999;
  padding: 23px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

.box2 {
  width: 50%;
  padding: 23px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #999999;
  display: flex;
  flex-wrap: wrap;
}
.var_label {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.var_label3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.output_var {
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  text-align: right;
  color: #000000;
  align-self: end;
  width: 100%;
}

.custom_thankyou,
.custom_loader {
  text-align: center;
  padding-left: 8px;
  padding-right: 7px;
}

.custom_row {
  display: flex;
}
.custom_row_mobile {
  display: flex;
}
.var_label2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input_field {
  width: 160px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  font-family: Helvetica !important;
  padding: 5px;
}

.mt24 {
  margin-top: 24px;
}
.mt58 {
  margin-top: 58px;
}

.instruction_header_text {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.instruction_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

.montlyEstDiv {
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
}

.width66 {
  width: 66%;
}

.ExtremeDiv {
  background-color: #bc84ff;
  padding-left: 35px;
  font-size: 24px;
  font-weight: 700;
  padding-top: 22px;
  height: 175px;
  width: 53%;
  border-right: 3px solid white !important;
}

.ExtremeDiv2 {
  background-color: #bc84ff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 0px;
  height: 175px;
  width: 47%;
}

.custom_check_fa {
  background-color: black;
}

.ExtDiv1 {
  font-size: 12px;
  font-weight: 400;
}

.ExtDiv2 {
  font-size: 12px;
  font-weight: 400;
  color: black;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

.headerDiv {
  background-color: black;
  padding-left: 35px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  height: 50px;
}

.headerDiv2 {
  background-color: #a0aaad;
  padding-left: 54px;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.rangeDiv {
  width: 240px;
  padding-left: 28px;
  height: 75px;
}

.monthlySaving_var {
  font-size: 28px;
  font-weight: 700;
}

.monthlySaving_text {
  font-size: 18px;
  font-weight: 700;
}

.monthlySaving_text2 {
  font-size: 18px;
  font-weight: 400;
}

.PremiumDiv {
  background-color: #ecdaff;
}

.custom_slide_div {
  width: 130px;
  height: 100px;
}

/* Create a custom radio button */

.checkmark2 {
  position: absolute;
  left: -20px;
  height: 25px;
  width: 25px;
  background-color: black;
  border-radius: 50%;
  border: 4px solid white;
  cursor: pointer;
  box-shadow: -3px 4px 5px 0px #0000007d;
}

.unchecked {
  background-color: #eee;
  box-shadow: 0px 0px 0px 0px white;
}

.checkmark1 {
  position: absolute;
  top: -17px;
  left: -24px;
  height: 25px;
  width: 25px;
  background-color: black;
  border-radius: 50%;
  border: 4px solid white;
  cursor: pointer;
}

.bgBlack {
  background-color: black !important;
}

.borderTopBlock {
  border-top-color: black !important;
}

.checkmark {
  position: absolute;
  top: -17px;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 4px solid white;
  cursor: pointer;
}

.custom_slider_text {
  position: absolute;
  left: -35px;
  top: 8px;
}

.custom_slider_text5 {
  position: absolute;
  right: -15px;
  top: 8px;
}

.mt30 {
  margin-top: 30px;
}

.footer_text {
  position: absolute;
  width: 421px;
  left: -80px;
  top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.myfooter {
  position: relative;
}

/* Style the indicator (dot/circle) */

.radio_container {
  position: relative;
  top: 44px;
  width: 130px;
  border-top: 6px solid white;
}

.pb10 {
  padding-bottom: 10px;
}

.mainHeader1 {
  background-color: black;
  color: white;
  font-size: 24px;
  font-weight: 400;
  height: 50px;
  display: flex;
  align-items: center;
}

.panel2row1 {
  height: 88px;
}

.leftTableDev {
  background-color: #e5e5e5;
  font-size: 24px;
  font-weight: 400;
  padding-top: 9px;
}

.item_center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.panel2Header {
  background-color: #0057b7;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.output_Div {
  background-color: #5bc4ff;
  font-size: 64px;
  font-weight: 700;
  height: 175px;
  text-align: center;
  padding-top: 30px;
}

.valume_div {
  background-color: white;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  width: fit-content;
  border-radius: 20px;
  padding-left: 3px;
  padding-right: 10px;
  align-items: center;
}

.pr5 {
  padding-right: 5px;
}

.w100 {
  width: 100%;
}

.itemCenter {
  width: 100%;
  display: flex;
  justify-content: center;
}

.colorlightBlur {
  background-color: #d0eeff;
}

.panel2row1 {
}

.panel2_Label {
  font-size: 24px;
  font-weight: 700;
  align-items: center;
  line-height: 27px;
  display: flex;
  padding-left: 22px;
  padding-right: 22px;
}

.bgSkyBlue {
  background-color: #5bc4ff;
}

.panel2_Variable {
  font-size: 64px;
  font-weight: 700;
  text-align: end;
  padding-right: 72px !important;
}

.pr94 {
  padding-right: 94px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.smallOutputText {
  font-size: 20px;
  font-weight: 400;
}

.loaderText {
  font-weight: normal;
  font-weight: bold;
  font-size: 36px;
  color: black;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 0px;
}
.loaderDesc {
  padding-top: 44px;
  margin-left: 40px;
  margin-right: 40px;
  font-weight: normal;
}

.display_none {
  display: none !important;
}

.loaderAlignment {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-top: 44px;
}

.loader {
  content: url("./../images/loader.png");
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.hrefStyle {
  color: black;
  text-decoration: none !important;
}

.TextThankyou {
  font-size: 36px;
  font-weight: 700;
}

.selectedOption {
  font-weight: 400 !important;
  color: gray !important;
  font-size: 14px !important;
}

.TextThankyou2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-top: 15px;
}

.TextThankyou3 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contact_us_div {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 56px;
}

.contect_us_btn:hover,
.contect_us_btn {
  background-color: #0057b7;
  color: white;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  height: 53px;
  width: 200px;
}

.ContactText {
  margin-top: 100px;
  margin-bottom: 40px;
  color: #c48611;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.downloadBtn button {
  display: block;
  margin-left: auto;
}

.user_form_lables {
  font-weight: 500;
}

.outputRowblock {
  padding-left: 42px !important;
}

.user_form_lables option {
  font-weight: 500;
}

#Industry option {
  font-weight: 500;
}

#no_of_employees option {
  font-weight: 500;
}

.table {
  width: 100%;
}

.smallText {
  font-size: 10px !important;
  font-weight: 400 !important;
}

.outputCodeRef3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.lable_Modal_sys {
  width: 40%;
}

.table_Modal_sys {
  width: 30%;
}

.row1item1_modal {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: inset 3px 2px 5px 0px #dfdfdf !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
  border-top-left-radius: 15px !important;
  height: 60px !important;
}

.row1item2_modal {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 15px !important;
  border-bottom: 1px solid black !important;
  box-shadow: inset 0px 4px 5px 0px #dfdfdf !important;
}

.row2item1_modal {
  border-radius: 0px !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
  box-shadow: inset 2px 1px 6px 0px #dfdfdf !important;
}

.row2item2_modal {
  border-radius: 0px !important;
  border-bottom: 1px solid black !important;
  box-shadow: inset -4px 0px 6px 0px #dfdfdf !important;
}

.row3item1_modal {
  border-right: 1px solid black !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: inset 4px -4px 6px 0px #e7eaf0 !important;
}

.row3item2_modal {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 15px !important;
  box-shadow: inset -4px 0px 6px 0px #dfdfdf !important;
}

.center {
  text-align: center;
}

.myrow {
  display: flex;
}

input::placeholder {
  font-weight: 400;
  color: #545e69b0 !important;
  font-size: 14px !important;
  text-align: center;
}

.inputs_fields {
  margin-top: 16px !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw500 {
  font-weight: 500 !important;
}

#dvLoading {
  background: #ffffffa1;
  position: fixed;
  z-index: 1000;
  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;
  display: none !important;
}

.disabled {
  cursor: no-drop !important;
}

.setToEnd {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

body {
  /* background-color: #c4c4c4 !important; */
  color: black !important;
}

Header {
  padding-top: 7px;
  padding-bottom: 4px;
  margin-bottom: 50px;
  border-bottom: 2px solid #c5cace !important;
  box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 22%);
}

.headerTitle {
  width: 100%;
  text-align: center;
  color: #1d2948;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.subTitle {
  width: 100%;
  text-align: center;
  color: #cad0d5;
  font-size: 13px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.subTitle2 {
  width: 35%;
}

.mb50 {
  margin-bottom: 50px;
}

/* .modal-backdrop{
  backdrop-filter: blur(0px);
  background-color: #bec7cc70;
}
.modal-backdrop.in{
  opacity: 1 !important;
} */

.fa-5x {
  color: black !important;
}

.my_container {
  background-color: white;
  padding-bottom: 0px;
  display: flex;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.fs20 {
  font-size: 20px !important;
}

.bgWhiteDiv {
  background-color: white !important;
  font-weight: 700 !important;
  font-size: 30px !important;
}

.panel1MainContent {
  width: 39%;
  padding-top: 14px;
  padding-bottom: 62px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ceedff;
  border: 0px solid #999999;
}

.panel2MainContent {
  position: relative;
  width: 61%;

  padding-bottom: 0px;

  /* border-right: 1px solid #999999; */
  border-top: 1px solid #999999;
  /* border-bottom: 1px solid #999999; */
}

#bottom {
  border-left: 1px solid #999999;
}

.chart_main_div {
  border-left: 1px solid #999999;
}
.br1 {
  border-right: 1px solid black;
}
.header_box {
  padding-left: 32px;
  padding-right: 32px;
  height: 160px;
  border-bottom: 1px solid black;
  background: black;
  color: white;
}

.justifyCenter {
  display: flex !important;
  justify-content: center;
}

.left {
  text-align: left !important;
  justify-content: left !important;
}

.error {
  border: solid red !important;
  box-shadow: inset 0px 0px 30px 1px #dc3545ad !important;
}

.custom_error {
  border: solid red !important;
  box-shadow: inset 0px 0px 30px 1px #dc3545ad !important;
}

.icon_footer {
  vertical-align: middle;
  border-style: none;
  width: 110px;
  margin-top: 25px;
}

.getReportIcon {
  border: 2px solid white;
  border-radius: 20px;
  padding-left: 9px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 1px;
  text-align: right !important;
}

.getReportText {
  text-align: flex-end;
  font-weight: 700;
}

.iconGetReport {
  top: 0px !important;
  left: 2px;
  position: relative;
}

.getReportIcon .fa {
  font-size: small !important;
}

.panel3 {
  padding-left: 30px;
  padding-top: 10px;
  background-image: linear-gradient(
    90deg,
    #00cc9f 0%,
    #005642 66%,
    #001d15 100%
  );
  background-size: cover;
  /* box-shadow: -3px 3px 20px 1px rgb(0 0 0 / 22%); */
  border-radius: 10px;
  color: white;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  /* border: 2px solid #12284d; */
}

.outputLabel {
  color: white !important;
  font-weight: bolder;
}

.outputValue {
  font-weight: bolder;
  font-size: 43px;
}

.col-form-label-ctm {
  font-size: 14px;
  line-height: 1.1;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 400;
  color: #434957;
}

.customLabal {
  line-height: 1.42;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 500;
  color: #009cda;
  font-size: 18px !important;
  padding-top: 9px;
  padding-left: 30px;
}

.pt14 {
  padding-top: 18px !important;
}

.customLabalWhite {
  font-size: 22px;
  line-height: 1;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 500;
  color: white;
}

.resultSmallText {
  font-weight: 300;
}

input[type="range"] {
  -webkit-appearance: none;
  position: relative;
  margin: 18px 0;
  width: 90%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #4c4f55;
  border-radius: 1.3px;
  border: 0.2px solid #4c4f55;
}

input[type="range"]::-webkit-slider-thumb {
  border: 1px solid #0057b7;
  height: 26px;
  width: 12px;
  border-radius: 1px;
  background: #0057b7;
  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 {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  color: #434957;
}

.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: #0871ba;
  font-size: 16px;
  position: relative;
  text-align: center;
}

.info-panel {
  background: #0871ba 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_5445 {
  /* display: none; */
}

.panel > .form-group-ctm {
  margin-bottom: 20px;
}

.modal-title-ctm {
  font-size: 40px;
  font-weight: 700;
  width: 100%;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.modal-content-ctm {
  background: white;
  padding-left: 50px;
  padding-right: 54px;
  padding-bottom: 54px;
  padding-top: 54px;
  border-color: #f9fafe !important;
  border-radius: 0px;
  box-shadow: 0px 0px 10px 2px #40404285 !important;
  width: 550px;
}

.pr77 {
  padding-right: 77px !important;
}

.w670 {
  width: 670px !important;
}

.form-group-user-information > input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #808080;
  color: #000;
}

select[name="select_country"] {
  /* border: 1px solid #808080; */
}

.show-above-tablet {
  display: none;
}

.container {
  max-width: 1140px !important;
  padding: 0;
}
.custom_row_mobile .var_label{
  height: 75px;
}
@media only screen and (min-width: 1200px) {
  .custom_slide_div,
  .radio_container {
    width: 140px !important;
  }
  .rangeDiv {
    width: 270px !important;
  }
  
}
@media only screen and (min-width: 1400px) {
  .custom_slide_div,
  .radio_container {
    width: 150px !important;
  }
  .rangeDiv {
    width: 270px !important;
  }
}

.show-below-tablet {
  display: none;
}

@media only screen and (max-width: 768px) {
  .table_screen_cta_btn {
    text-align: end;
    padding-right: 47px;
    padding-top: 24px;
  }
  .output_var {
    text-align: right;
    margin-top: 8px !important;
    margin-bottom: 15px !important;
  }
  .only_table_w50 {
    width: 50% !important;
  }
  .panel2MainContent {
    border-left: 1px solid #999999;
  }
  .left_on_mobile_tablet {
    top: 22px !important;
    margin-left: -273px !important;
  }
  .left_on_mobile_tablet::after {
    top: -5px !important;
    right: 4px !important;
    border-color: #e6131300 #24314300 #243143 transparent !important;
  }

  .left_on_mobile_tablet_2line {
    top: 22px !important;
    margin-left: -273px !important;
  }
  .left_on_mobile_tablet_2line::after {
    top: -5px !important;
    right: 4px !important;
    border-color: #e6131300 #24314300 #243143 transparent !important;
  }
  .var_label {
    justify-content: space-between;
  }
  .custom_row_mobile .var_label {
    height: 35px;
	width: 100%;
  }
  .my_container,
  .custom_row {
    display: block !important;
  }
  .TextThankyou2 {
    width: auto !important;
  }
  .panel2_Variable {
    text-align: center !important;
    padding-right: 0px !important;
  }
  .panel2row1 {
    height: auto !important;
  }
  .panel2Header {
    margin-top: 10px;
  }

  .subTitle2 {
    width: 90% !important;
  }
  .hide-below-tablet {
    display: none !important;
  }
  .show-below-tablet {
    display: block !important;
  }
  .show-above-tablet {
    display: block !important;
  }
  /* For mobile phones: */
  .label-field,
  .label-field:focus {
    width: 100%;
  }
  .label-field-select {
    max-width: 100%;
  }
  .three-year-saving {
    font-size: 42px;
  }
  .panel1MainContent {
    width: 100% !important;
  }
  .panel2MainContent {
    width: 100% !important;
  }
  .my_container {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .pl0 {
    padding-left: 15px !important;
  }
  .mobile_W40 {
    width: 40% !important;
  }
  .mobile_W60 {
    width: 60% !important;
  }
  .mobile_W20 {
    width: 20% !important;
  }
  .mobile_W80 {
    width: 80% !important;
  }
  .outputCodeRef2 {
    font-size: 60px !important;
  }
  .outputCodeRef3 {
    font-size: 20px !important;
  }
  .outputVarLable,
  .resultSmallText {
    font-size: 15px !important;
  }
  .outputVarTitle,
  .customLabalWhite {
    font-size: 20px !important;
  }
  .headerDiv2 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 779px) {
  .dividerCol2 {
    display: block !important;
  }
}

@media only screen and (max-width: 426px) {
  .panel2MainContent{
    border-left: 0px solid !important;
  }
  .table_screen_cta_btn {
    padding-right: 26px;
    padding-left: 25px;
    padding-top: 24px;
  }
  .box1 {
    width: 100% !important;
  }
  .box2 {
    width: 100% !important;
    border-left: 1px solid #999999 !important;
    border-right: 1px solid #999999 !important;
  }
  .chart_main_div {
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }
  #bottom {
    border-left: unset;
  }
  .custom_row_mobile {
    display: block;
  }
  .panel3MainContent {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .left_on_mobile {
    top: 22px !important;
    margin-left: -273px !important;
  }
  .left_on_mobile::after {
    top: -5px !important;
    right: 4px !important;
    border-color: #e6131300 #24314300 #243143 transparent !important;
  }
  .only_table_w50 {
    width: 100% !important;
  }
  .midel_on_small_screen {
    width: 170px !important;
    height: auto !important;
    top: 38px !important;
    margin-left: -91px !important;
  }

  .midel_on_small_screen::after {
    top: -5px !important;
    right: 48% !important;
    border-color: #e6131300 #24314300 #243143 transparent !important;
  }

  .radio_container {
    width: 88px;
  }
  .rangeDiv {
    width: 175px;
    padding-left: 9px;
  }
  .headerDiv {
    font-size: 16px;
  }
  tspan {
    font-size: 9px !important;
  }
  .highcharts-data-label span {
    background: #d8dbdda6;
    padding: 3px;
    border-radius: 7px;
    font-size: 9px !important;
  }
  .my_container {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px !important;
    margin: 0px !important;
  }
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .panel2Header {
    margin-top: 10px;
  }
  .panel2MainContent {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .modal-content-ctm {
    width: 100% !important;
    padding: 20px !important;
  }
  .modal-title-ctm {
    font-size: 27px;
    padding-left: 26px;
  }
  .modal_footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .panel2Header {
    font-size: 35px !important;
  }
  .panel2_Label {
    display: inline;
  }
  .largerInput {
    width: 60px !important;
  }
  .label-field,
  .label-field:focus {
    font-size: 20px !important;
  }
  .mainHeader1 {
    font-size: 16px !important;
  }
  .leftTableDev {
    font-size: 16px !important;
  }
  .panel2_Label {
    font-size: 20px !important;
    padding-top: 5px;
  }
  .download-full-report {
    width: 100% !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 376px) {
  .my_container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .panel3MainContent {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .download-full-report2,
  .download-full-report2:hover,
  .download-full-report2:focus,
  .download-full-report2:focus-within,
  .download-full-report2:active {
    font-size: 12px !important;
  }
}

.download-full-report,
.download-full-report:hover,
.download-full-report:focus,
.download-full-report:focus-within,
.download-full-report:active {
  width: 298px;
  height: 54px;
  background-color: #0057b7;
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.download-full-report2,
.download-full-report2:hover,
.download-full-report2:focus,
.download-full-report2:focus-within,
.download-full-report2:active {
  width: 340px;
  height: 50px;
  background-color: #0057b7;
  color: white;
  border-radius: 5px !important;
  line-height: 32px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 54px;
}

.btn_div {
  display: flex;
  justify-content: end;
}
.privacy_text {
  margin-top: 10px;
  width: 298px;
  color: white;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.extraText {
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 350px;
  padding: 25px;
}

.extraText2 {
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 340px;
  padding-top: 15px;
}

.downloadBtn {
  display: flex;
  justify-content: end;
}

.download-btn-custom {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* .assumptionsBtn ,.assumptionsBtn:hover , .assumptionsBtn:focus {
  background-color: #64aec7;
    color: white;
    border: 0px;
    border-radius: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    max-width: 155px;
    line-height: 1;
    border: 2px #f8f9fa solid;
    box-shadow: -3px 3px 13px 4px rgb(0 0 0 / 22%);
}
.AssumptionsBtnText {
  margin-right: 10px;
} */

.assumptionsBtn {
  background-color: black !important;
  color: white;
  border: 0px;
  border-radius: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}

.AssumptionsBtnText {
  margin-right: 30px;
}

.iconCog {
  font-size: 22px;
  position: absolute;
  top: 3px;
  right: 19px;
}

.TA_r {
  text-align: right !important;
}

.iconAssum {
}

.modelTitle {
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  padding-left: 15px;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.CommercializationText {
  background-color: #46b0ca;
  color: white;
}

.ProductDesignText {
  background-color: #dce0ea;
  color: #173963;
}

.SupplyChainText {
  background-color: #173963;
  color: white;
}

.ProductServiceText {
  background-color: #8c9ebf;
  color: white;
}

.cancelBtn,
.cancelBtn:hover {
  height: 53px !important;
  width: 130px !important;
  margin-left: 10px;
  background-color: white;
  color: black;
  border: 0px solid #009cda;
  border-radius: 0px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.saveBtn,
.saveBtn:hover {
  height: 53px !important;
  width: 130px !important;
  margin-left: 10px;
  background-color: black;
  color: white;
  border-radius: 0px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.plr35 {
  padding-left: 35px;
  padding-right: 35px;
}

.mktoForm {
  display: none;
}

.modal_footer {
  justify-content: flex-end;
  margin-top: 30px;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.modal_label {
  font-size: 12px !important;
  padding-right: 0px;
  color: black !important;
}

.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; */
}

.outputText {
  font-weight: 600;
  padding-top: 8px;
  font-size: 24px !important;
}

.outputCodeRef {
  font-weight: 600;
  color: #4680ea;
  font-size: 40px !important;
}

.outputCodeDiv {
  padding-top: 8px;
}

.label-field,
.label-field:focus {
  color: #0057b7;
  height: 40px;
  line-height: 36px;
  margin: 0;
  padding: 0px;
  text-align: center;
  outline: 0;
  border: 1.5px solid black;
  border-radius: 0px !important;
  font-weight: 700;
  font-size: 24px;
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mt40 {
  margin-top: 40px !important;
}

.contact_field,
.contact_field:focus {
  border: 0px !important;
  text-align: left;
  padding-left: 10px;
  color: black;
  font-size: 18px;
}

.contact_field::placeholder {
  text-align: left;
}

.panal1_col1 {
  width: 55%;
  padding-right: 0px;
  padding-left: 15px;
}

.panal1_col2 {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.panal1_col3 {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.smallInput {
  width: 40px;
}

.largerInput {
  width: 90px;
}

.label-field-modal {
  height: 40px !important;
  padding-left: 0px !important;
  text-align: center;
}

.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;
}

/* #app_interactive_chart {
    margin-bottom: 15px !important;
} */

.chartTitle {
  padding-top: 20px;
}

.mb14 {
  margin-bottom: 14px !important;
}

.output {
  padding-top: 0px !important;
}

.outputCodeRef2 {
  font-size: 60px;
}

.labelFont {
  color: #000000;
  font-weight: 400;
  font-size: 18px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt12 {
  margin-top: 12px;
}

.mt10 {
  margin-top: 10px;
}

.mt14 {
  margin-top: 14px;
}

.hrStyling {
  height: 2px;
}

.outputVarTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.outputVarLable {
  font-size: 15px;
  font-weight: 300;
}

.hr {
  border-bottom: 1px solid black;
  margin-top: 35px;
  margin-bottom: 55px;
}

.hrOutput {
  height: 0.3px;
  background-color: #009cda;
  margin-top: 10px;
}

/* leptop screen */

@media only screen and (min-width: 1000px) {
  .testing {
    /* position: relative; */
  }
  .pr30 {
    padding-right: 30px;
  }
}

.irs-handle {
  cursor: pointer !important;
  background-color: black !important;
  border-color: white !important;
}

.irs-single {
  background-color: transparent !important;
  color: black !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

.irs-single::before {
  border-top-color: transparent !important;
}

.irs--round .irs-bar {
  background-color: black !important;
}

.irs--round .irs-line,
.irs--round .irs-bar {
  height: 6px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 51px;
  padding: 3px 5px;
  background-color: transparent;
  border-radius: 4px;
  visibility: visible !important;
}

.irs--round .irs-line {
  height: 6px !important;
  background-color: white !important;
}
#estimated_form{
  position: relative;
}
#estimated_form .overlay{
  background-image: url('/wp-content/uploads/2022/03/iStock-1240377588-1-lineart-optimized.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.main-section{
  position: relative;
  padding: 5% 5% 5% 5%;
}
#app_user_form{
  background: white;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#app_user_form .header{
  text-align: center;
  padding-top: 50px;
}
#app_user_form .header img{
  width: 400px;
}
#app_user_form .elementor-divider {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
#app_user_form .elementor-divider-separator {
  border-top: 5px solid #ffc000;
  width: 70%;
  margin: 0 auto;
}
.elementor-location-footer{
  display: none;
}