* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
ul,
li {
  list-style: none;
}
.clear:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}

.clear {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.disBlock {
  display: block;
}
/* cms banner layout modify css */
@media (max-width: 760px) {
  .app .commonHero .heroTypeOne .typeOneContent .heroContent {
    display: block;
  }
}
.page_body {
  background: linear-gradient(
    to bottom,
    #f1e1ec 0%,
    #e8dae4 40%,
    #b4aad1 55%,
    #eadbe9 70%,
    #ffffff 100%
  );
}
.wraperAll_maxwidth1920 {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.wraperAll_maxwidth1920 img {
  max-width: 100%;
  max-height: 100%;
}
.main_content {
  overflow-x: hidden;
}
.tableBoxMainCalculator {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  position: relative;
}
.tableBoxMainCalculator .tbmc_background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tbma_i_t_h2 {
  font-size: 36px;
  line-height: 1.4;
  color: #f6f6f6;
  margin-bottom: 8px;
  font-weight: normal;
  transition: all 1s ease-in;
}
.tbma_i_t_h1 {
  font-size: 56px;
  line-height: 1.3;
  color: #6dd13a;
  font-weight: bold;
  transition: all 1s ease-in;
}
.tbma_i_descBox {
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 21%;
  width: 39%;
  font-weight: normal;
  font-weight: 300;
  opacity: 1;
  transition: all 1s ease-in;
}
.tbma_InitialBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tbma_InitialBox .tbma_i_titleBox {
  z-index: 10;
  position: absolute;
  top: 31%;
  left: 21%;
  transition: all 1s ease-in;
}
.tbma_InitialBox.cal-animate .tbma_i_t_h2 {
  font-size: 24px;
  line-height: 1;
}
.tbma_InitialBox.cal-animate .tbma_i_t_h1 {
  font-size: 32px;
  line-height: 1;
}
.tbma_InitialBox.cal-animate .tbma_i_titleBox {
  top: 21%;
  left: 12%;
  opacity: 0;
}
.tbma_i_calculatorBox {
  z-index: 10;
  width: 160px;
  height: 24%;
  border: 5px solid #106d5a;
  border-radius: 20px;
  position: absolute;
  top: 32%;
  left: calc(79% - 170px);
  transition: all 1s ease-in;
}
.tbma_InitialBox.cal-animate .tbma_i_calculatorBox {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
.tbma_i_calculatorBox img {
  z-index: 10;
  width: calc(100% - 30px);
  height: calc(100% - 40px);
  position: absolute;
  z-index: 10;
  width: calc(100% - 30px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#amount-entered:focus::placeholder {
  opacity: 0;
}
.tbma_InitialBox.cal-animate .tbma_i_calculatorBox img {
  display: none;
}
.tbma_i_descBox_short {
  z-index: 10;
  width: 18%;
  font-size: 24px;
  line-height: 1.2;
  left: 12%;
  top: 35.6%;
  position: absolute;
  color: #fff;
  font-weight: 300;
  opacity: 0;
}
.tbma_InitialBox.cal-animate .tbma_i_descBox_short.cal-animate {
  opacity: 1;
}
.tbma_InitialBox.cal-animate .tbma_i_descBox {
  left: 14%;
  top: 35.6%;
  opacity: 0;
  transition: all 1s ease-in;
}
.tbma_i_operateBtn {
  width: 154px;
  text-align: center;
  border: 1px solid #256d5a;
  background: #256d5a;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  padding: 10px 0;
  position: absolute;
  top: 60%;
  left: calc(79% - 165px);
  color: #6dd13a;
  font-weight: bold;
  cursor: pointer;
  transition: all 1s ease-in;
  z-index: 50;
}
.tbma_i_operateBtn:hover {
  background: none;
  border: 1px solid #20dab4;
}
.tbma_InitialBox.cal-animate .tbma_i_operateBtn {
  z-index: 50;
  left: var(--calculate-left);
  top: calc(var(--calculate-top) + 10px);
  background: #065444;
  width: var(--calculate-width);
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  border: none;
}
.tbma_InitialBox.cal-animate .tbma_i_operateBtn:hover {
  /* background: transparent; */
}
.no-transition {
  transition: none !important;
}
.downloadPdfBtn {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  background: #065444;
  text-decoration: underline;
  z-index: 50;
  top: calc(var(--calculate-top) + 10px);
  left: calc(var(--pdf-right) - 10px);
  position: absolute;
  width: auto;
  height: var(--pdf-height);
  white-space: nowrap;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.tbma_InitialBox.cal-animate .downloadPdfBtn {
  visibility: visible;
  opacity: 1;
}
.downloadPdfBtn .pdf-icon {
  width: 18px;
  height: 18px;
  display: block;
}
.error-message {
  color: #fff;
  left: var(--error-left);
  top: calc(var(--calculate-top) + 5px);
  position: absolute;
  white-space: normal;
  word-break: break-word;
  max-width: calc(var(--error-max-width) - 5px);
}
.tbma_i_backBtn {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  top: calc(15% + 50px);
  left: calc(15% + 35px);
  z-index: 50;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.tbma_InitialBox.cal-animate .tbma_i_backBtn {
  opacity: 1;
}
.tbma_i_backBtn img {
  width: 38px;
}
.tbmc_sub_background {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 5;
  transition: all 1s ease-in;
}
.tbma_InitialBox.cal-animate .tbmc_sub_background {
  opacity: 1;
}
.tbma_i_cf_f-customSelect {
  position: relative;
  width: 100%;
  overflow: visible;
  height: 40px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  z-index: 20;
}
.tbma_i_cf_f_cs-selected {
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  line-height: 20px;
  color: #6dd13a;
  width: calc(100% - 20px);
  margin: 10px;
  height: 20px;
  background: url(https://p3-ofp.static.pub/ShareResource/thinkvision-landing-page/images/v1/select-icon.png)
    no-repeat;
  background-position: center right;
  background-size: auto 100%;
}
.tbma_i_cf_f_cs-options {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #065444;
  display: none;
  pointer-events: none;
  transition: display 0.3s ease;
  z-index: 30;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  max-height: 160px;
  overflow-y: auto;
  overflow: overlay;
}
.tbma_i_cf_f-customInput {
  height: 40px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  z-index: 20;
  padding: 0 10px;
  box-sizing: border-box;
}
.tbma_i_cf_f-customInput input {
  font-size: 16px;
  line-height: 40px;
  color: #6dd13a;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.tbma_i_cf_f-customInput input::-webkit-input-placeholder {
  color: #6dd13a;
}

.tbma_i_cf_f-customInput input::-moz-placeholder {
  color: #6dd13a;
}

.tbma_i_cf_f-customInput input:-ms-input-placeholder {
  color: #6dd13a;
}

.tbma_i_cf_f-customInput input::placeholder {
  color: #6dd13a;
}

.tbma_i_cf_f-customSelect.expanded,
.tbma_i_cf_f-customSelect:hover {
  z-index: 50;
}

.tbma_i_cf_f-customSelect.expanded .tbma_i_cf_f_cs-options,
.tbma_i_cf_f-customSelect:hover .tbma_i_cf_f_cs-options {
  display: block;
  pointer-events: auto;
}

.tbma_i_cf_f_cs-options span {
  display: block;
  padding: 12px;
  cursor: pointer;
  background: #065444;
  opacity: 0.9;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  color: #6dd13a;
}

.tbma_i_cf_f_cs-options span:hover {
  background-color: #ffffffe6;
  border: 1px solid #20dab4;
  opacity: 1;
  color: #065444;
}
.tbma_i_cf_f_cs-options span:first-child {
  border-top: 1px solid #f0f0f0;
}

.tbma_i_cf_f_cs-options span:last-child {
  border-bottom: none;
}
.tbma_i_cf_featureChoose li {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.tbma_i_cf_featureChoose li section {
  margin-right: 30px;
  width: 39%;
  margin-top: 1em;
}
.tbma_i_cf_featureChoose li section:last-child {
  margin-right: 0;
}
.choose_item {
  font-size: 16px;
  line-height: 16px;
  margin: 6px 0;
  color: #f6f6f6;
  display: block;
}
.tbma_i_cf_f_css-selected {
  font-size: 16px;
  line-height: 20px;
  color: #6dd13a;
  margin: 10px;
  height: 20px;
}
.tbma_i_cf_f-customShowSize {
  width: 100%;
  height: 40px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
}
.tbma_i_cf_f-customShowSize.defailt-option {
  background: rgba(6, 84, 68, 0.5);
}
.tbma_i_cf_f-customAmount {
  height: 40px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
}
.tbma_i_cf_f-customAmount input {
  font-size: 16px;
  line-height: 20px;
  color: #6dd13a;
  width: calc(100% - 20px);
  margin: 10px;
  height: 20px;
  background: none;
  outline: none;
  border: none;
}
.tbma_i_cf_f-customAmount input::-webkit-input-placeholder {
  color: #6dd13a;
  font-size: 16px;
  line-height: 20px;
}

.tbma_i_cf_f-customAmount input::-moz-placeholder {
  color: #6dd13a;
  font-size: 16px;
  line-height: 20px;
}

.tbma_i_cf_f-customAmount input:-ms-input-placeholder {
  color: #6dd13a;
  font-size: 16px;
  line-height: 20px;
}

.tbma_i_cf_f-customAmount input::-ms-input-placeholder {
  color: #6dd13a;
  font-size: 16px;
  line-height: 20px;
}
.tbma_i_calculatorFunction_wrap {
  width: calc(70% - 210px);
  height: calc(70% - 60px);
  top: calc(15% + 35px);
  left: calc(15% + 110px);
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.tbma_i_calculatorFunction_wrap.on-top {
  z-index: 100;
}
.tbma_i_calculatorFunction {
  width: 100%;
  height: calc(100% - 80px);
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  display: flex;
}
.tbma_i_select_left {
  flex: 1;
}
.tbma_i_calResult_right {
  flex: 1.2;
}
.tbma_i_cf_featureChoose {
  width: 100%;
}
.tbma_i_cf_featureChoose.tbma_i_cf_featureChoose_02 li {
  width: 100%;
}
.tbma_i_cf_featureChoose.tbma_i_cf_featureChoose_02 li section {
  margin: 0;
  flex: 1;
}
.tbma_i_cf_featureChoose.tbma_i_cf_featureChoose_02 li section:nth-of-type(2) {
  margin: 0 15px;
}
.tbma_i_calculatorFunction_wrap.cal-animate {
  opacity: 1;
}
.tbma_i_cf_cr_item {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.calResult_p {
  flex: 1;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  text-align: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.tbma_i_cf_cr_item:nth-of-type(1) {
  margin: 60px 0 20px;
}
.tbma_i_cf_cr_item ul li p::before {
  content: '•';
  color: #fff;
}
.tbma_i_cf_defaultDays {
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #6dd13a;
  margin-top: 10px;
  text-align: right;
  padding-right: 6px;
}
.calResult_p span.greenBold {
  text-decoration: underline;
  font-size: 20px;
}
.calResult_p span.greenBold,
.calResult_Entered_Info span.greenBold,
.tbma_i_calResult_right .calResult_note span.greenBold {
  font-weight: 900;
  color: #6dd13a;
}
.calResult_note {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
  flex: 1;
}
.energy-tip {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
  font-style: italic;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  padding-left: 1.2em;
}
.energy-tip span.underline {
  text-decoration: underline;
}
.calResult_Entered_Info span.greenBold {
  text-decoration: underline !important;
}
.energyTipIcon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  cursor: pointer;
}
.icon-white {
  display: inline-block;
}
.icon-green {
  display: none;
}
.energyTipBtn.active .icon-white {
  display: none;
}
.energyTipBtn.active .icon-green {
  display: inline-block;
}
.calResult_note span {
  text-decoration: underline;
}
/* .reCalBtn_wrap {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: var(--calculate-top);
} */
.selectOperateBtn {
  width: 100%;
  height: auto;
  position: absolute;
  top: 32px;
}
.selectOperateBtn-wrap {
  width: 30px;
  height: 66px;
  margin-right: 10px;
  position: relative;
}
.tbma_i_cf_f-customAmount input::placeholder {
  font-size: 14px;
}
.tbma_i_cf_featureChoose_country {
  border: none;
  display: flex;
  flex-direction: column;
}
.tbma_i_cf_f_c_left {
  font-size: 16px;
  line-height: 41px;
  color: #f6f6f6;
  margin-right: 10px;
}
.tbma_i_cf_f_c_right {
  font-size: 20px;
  line-height: 20px;
  width: 39%;
  color: #6dd13a;
  border-radius: 5px;
}
.tbma_i_cf_f_c_right .tbma_i_cf_f_cs-selected {
  font-size: 16px;
}
/* EnergySavingAllWraper layout start*/
.EnergySavingAllWraper {
  width: 100%;
  height: auto;
  background: url(https://p4-ofp.static.pub/ShareResource/thinkvision-landing-page/images/1231/thinkvision-lp-esg-bg-final.jpg)
    no-repeat;
  background-position-x: center;
  background-size: 100% 100%;
  padding: 30px 0 50px 0;
  margin: 50px 0 20px 0;
}
.tableBoxMainSustainability {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  padding: 50px 0;
}
.tableBoxMainSustainability .tbms_title_box {
  text-align: center;
}
.tbms_title_box .tbms_tb_h2 {
  font-size: 48px;
  line-height: 48px;
  color: #7a126b;
  font-weight: bold;
  margin-bottom: 15px;
}
.tbms_tb_des {
  font-size: 20px;
  line-height: 20px;
  color: #294e95;
}
.tbms_content_box {
  text-align: left;
  margin: 50px auto 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
.tbms_content_box .tbms_cb_img {
  width: 120px;
  height: 120px;
}
.tbms_content_box .pCenter_wrap {
  padding-right: 50px;
}
.tbms_content_box .pCenter_wrap .tbms_cb_h2 {
  font-size: 24px;
  line-height: 24px;
  color: #7a126b;
  font-weight: bold;
  margin-bottom: 15px;
}
.tbms_content_box .pCenter_wrap .tbms_cb_des {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.tableBoxMainSustainabilityBottom {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  padding: 60px 0;
}
.tbmsb_section {
  display: flex;
  flex-direction: row;
  position: relative;
}
.tbmsb_s_content .tbmsb_sc_h2 {
  font-size: 24px;
  line-height: 24px;
  color: #7a126b;
  font-weight: bold;
  margin-bottom: 15px;
}
.tbmsb_s_content .tbmsb_sc_des {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.tbmsb_s_content .tbms_cb_des {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.tbmsb_section .tbmsb_s_img {
  width: 150px;
  height: 150px;
  position: relative;
  top: 50px;
}
.tbmsb_section:nth-of-type(1) {
  margin-bottom: 60px;
  flex-direction: row-reverse;
}
.tbmsb_section:nth-of-type(1) .tbmsb_s_content {
  width: calc(100% - 400px);
  margin-right: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* EnergySavingAllWraper layout end*/
/* text image common box layout start*/
.TextImageWraper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tableBoxMainTextImage {
  display: flex;
  width: 90%;
  padding: 50px 0;
}
.tableBoxMainTextImage.tL-iR-box {
  margin-left: 10%;
  flex-direction: row-reverse;
}
.tableBoxMainTextImage.tR-iL-box {
  margin-right: 10%;
  flex-direction: row;
}
.tbmti_default_image {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.tbmti_default_image div {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 20px;
}
.tbmti_default_image div iframe {
  top: 42%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  opacity: 1;
  width: 130%;
  height: 140%;
}
.tbmti_di-play-button {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
  background: transparent;
}
.tbmti_di-play-button:hover {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(https://p4-ofp.static.pub/ShareResource/thinkvision-landing-page/images/1231/thinkvision-lp-player-icon.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.tbmti_di-play-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tbmti_default_content {
  flex: 1;
}
.tbmti_default_image img {
  object-fit: cover;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.tableBoxMainTextImage.tL-iR-box .tbmti_default_image {
  border-radius: 20px 0 0 20px;
}
.tableBoxMainTextImage.tR-iL-box .tbmti_default_image {
  border-radius: 0 20px 20px 0;
}
.tbmti_default_content {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.tbmti_dc_h2 {
  font-size: 48px;
  font-weight: bold;
  color: rgb(122, 18, 107);
  margin-bottom: 16px;
}
.tableBoxMainTextImage.tL-iR-box .tbmti_default_content {
  padding-right: 80px;
}
.tableBoxMainTextImage.tR-iL-box .tbmti_default_content {
  padding-left: 80px;
}
.tbmti_dc_des {
  font-size: 16px;
  line-height: 28px;
  color: rgb(0, 0, 0);
}
.tableBoxMainFourCard {
  width: 90%;
  margin: 80px auto;
  display: flex;
  flex-direction: row;
}
.tbmfc_card {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin-right: 15px;
}
.tbmfc_card:nth-last-child() {
  margin-right: 0;
}
.tbmfc_card span {
  width: 8px;
  height: 60px;
  background: linear-gradient(to bottom, #9991c5, #7a126b);
  margin: 10px 10px 0 0;
}
.tbmfc_card div {
  width: calc(100% - 18px);
}
.tableBoxMainFourCard .tbmfc_c_h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #7a126b;
}
.tableBoxMainFourCard .tbmfc_c_des {
  font-size: 16px;
  line-height: 28px;
  color: rgb(0, 0, 0);
}
.tableBoxMainTwoCard {
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}
.tbmtc_default_content {
  background: linear-gradient(
    to bottom,
    rgba(153, 145, 197, 0.8),
    rgba(164, 99, 192, 0.8),
    rgba(45, 41, 151, 0.8)
  );
  border-radius: 20px;
  flex: 1;
  margin: 0 30px 0 5%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.tbmtc_default_image {
  flex: 1.2;
}
.tbmtc_default_image img {
  object-fit: cover;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  border-radius: 20px 0 0 20px;
}
.tbmtc_default_content h2.tbmtc_dc_h2 {
  font-size: 48px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 40px;
}
.tbmtc_default_content p.tbmtc_dc_des {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.splitter4ColumnsBoxThinkVision .espot_inner_container {
  border-radius: 20px;
}
/* text image common box layout end*/
/* why thinkvision layout start */
.whyThinkVisionWraper {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  height: 500px;
}
.whyThinkVisionWraper .wtvw-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wtvw_mainCon {
  width: 80%;
  max-width: 1000px;
  position: absolute;
  top: 65px;
  transform: translateX(-50%);
  color: #fff;
  left: 50%;
}
.wtvw_title_box .wtvw_tb_h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.wtvw_title_box .wtvw_tb_des {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.wtvw_title_box {
  margin-bottom: 30px;
}
.wtvw_card_box {
  display: flex;
  flex-direction: row;
}
.wtvw_card_box section {
  flex: 1;
  text-align: center;
}
.wtvw_card_box section img {
  margin-bottom: 10px;
  width: 100px;
}
.wtvw_card_box section p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
/* why thinkvision layout end */
.SplitterProductCarousel {
  padding-top: 0 !important;
  background: #fff !important;
}
.SplitterProductCarousel .topText {
  display: none !important;
}
/* video popup model start */
.thinkvisionModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  padding: 24px;
}
#ThinkVisionVideoModal,
#ThinkVisionVideoModal02 {
  z-index: 99;
}
.thinkvision-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 800px;
  background: 0;
  border-radius: 5px;
  box-shadow: 0 2px 32px rgba(0, 0, 0, 0.8);
  z-index: 99;
  border: 0;
  outline: 0;
}
#thinkvisionVideoFrame,
#thinkvisionVideoFrame02 {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  vertical-align: top;
}
.closeThinkVisionVideoModal {
  position: absolute;
  top: 0;
  right: -50px;
  color: var(--color-neutral);
  font-size: 36px;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
  transition: 0.2s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
}
.closeThinkVisionVideoModal:hover {
  color: #000;
  font-weight: bolder;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255);
}
.splitter4ColumnsBoxThinkVision {
  margin-top: -300px !important;
  padding: 20px 12px 60px 12px !important;
}
@media only screen and (min-width: 993px) {
  .thinkvision-modal-content {
    max-width: 1200px;
  }
}
/* video popup model end */
@media screen and (min-width: 761px) {
  .tableBoxMainCalculator ::-webkit-scrollbar {
    width: 5px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 5px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar-thumb {
    background: #6dd13a;
    border-radius: 5px;
  }
}
@media (max-width: 760px) {
  .splitter4ColumnsBoxThinkVision {
    margin-top: -200px !important;
    padding: 20px 12px 60px 12px !important;
  }
  .splitter4ColumnsBoxThinkVision .espot_inner_container {
    margin-bottom: 20px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar {
    width: 2px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 2px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar-thumb {
    background: #6dd13a;
    border-radius: 2px;
  }
  .tbma_i_calculatorFunction {
    display: block;
  }
  .tbma_i_cf_featureChoose li {
    display: block;
  }
  .tbma_i_cf_f_cs-selected {
    font-size: 14px;
  }
  .tbma_i_cf_featureChoose li section {
    margin-top: 0;
  }
  .calResult_note {
    text-align: center;
    font-size: 12px;
  }
  .tableBoxMainCalculator {
    height: auto;
    background: rgba(0, 0, 0, 0.9);
  }
  .tbmc_background {
    object-position: right;
  }
  .tbma_i_cf_f-customInput {
    height: 36px;
  }
  .tbma_i_cf_f-customInput input {
    font-size: 14px;
    line-height: 36px;
  }
  .tbma_i_cf_f_cs-options {
    top: 36px;
  }
  .tbma_i_cf_f_cs-options span {
    padding: 8px;
    font-size: 14px;
  }
  .selectOperateBtn-wrap {
    width: 25px;
    margin-right: 10px;
    height: 60px;
  }
  .tbma_i_cf_featureChoose li section {
    margin-right: 0;
    width: 100%;
  }
  .tbma_i_cf_featureChoose li section:nth-of-type(1) {
    margin-left: 0;
  }
  .tbma_i_cf_defaultDays {
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
  }
  .tbma_i_cf_cr_item {
    flex-direction: column;
  }
  .tbma_i_cf_cr_item:nth-of-type(1) {
    margin: 20px 0;
  }
  .calResult_p:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .calResult_p:nth-of-type(2) {
    margin-left: 0;
  }
  .calResult_p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .calResult_p span.greenBold {
    font-size: 18px;
  }
  .choose_item {
    font-size: 14px;
    line-height: 14px;
  }
  /* text image common box layout start*/
  .tableBoxMainTextImage {
    width: auto;
    margin: 40px;
    padding: 20px 0;
  }
  .tableBoxMainTextImage.tL-iR-box {
    flex-direction: column;
  }
  .tableBoxMainTextImage.tR-iL-box {
    flex-direction: column;
  }
  .tbmti_default_image {
    height: 200px;
    flex: initial;
    margin-bottom: 16px;
  }
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_image,
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_image img {
    border-radius: 20px;
  }
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_image,
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_image img {
    border-radius: 20px;
  }
  .tbmti_default_content {
    flex: initial;
  }
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_content {
    padding-right: 0;
  }
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_content {
    padding-left: 0;
  }
  .tbmti_dc_h2 {
    font-size: 32px;
  }
  .tbmti_dc_des {
    font-size: 16px;
    line-height: initial;
  }
  .tableBoxMainTwoCard {
    margin-top: 0;
    flex-direction: column;
  }
  .tbmtc_default_content {
    margin: 40px 10px 20px 10px;
    padding: 30px;
  }
  .tbmtc_default_content h2.tbmtc_dc_h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .tbmtc_default_content p.tbmtc_dc_des {
    font-size: 16px;
    line-height: initial;
  }
  .tbmtc_default_image {
    flex: initial;
    height: auto;
    margin: 0;
  }
  .tbmtc_default_image img {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .tbms_title_box .tbms_tb_h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .tbmti_default_image div iframe {
    top: 48%;
  }
  /* text image common box layout end*/
  .EnergySavingAllWraper {
    background-size: auto;
  }
  .tableBoxMainSustainability {
    width: auto;
    padding: 40px;
  }
  .tbms_content_box {
    flex-direction: column;
  }
  .tbms_content_box .pCenter_wrap {
    padding-right: 0;
  }
  .tbms_content_box .tbms_cb_img {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px auto;
  }
  .tbms_tb_des {
    font-size: 16px;
    line-height: initial;
  }
  .tbms_content_box .tbms_cb_h2 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .tbms_content_box .tbms_cb_des {
    font-size: 14px;
    line-height: initial;
    text-align: center;
  }
  .tbmsb_section,
  .tbmsb_section:nth-of-type(1) {
    flex-direction: column;
  }
  .tbmsb_section:nth-of-type(1) {
    margin-bottom: 0;
  }
  .tableBoxMainSustainabilityBottom {
    margin: 0 40px;
    width: auto;
    padding: 30px 0;
  }
  .tbmsb_section .tbmsb_s_img {
    width: 100px;
    margin: 0 auto;
    height: 100px;
    top: initial;
  }
  .tbmsb_section:nth-of-type(1) .tbmsb_s_content {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .tbmsb_section:nth-of-type(2) .tbmsb_s_content {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .tbmsb_s_content .tbmsb_sc_h2 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .tbmsb_s_content .tbmsb_sc_des {
    font-size: 14px;
    line-height: initial;
    text-align: center;
  }
  /* why thinkvision layout start */
  .wtvw_title_box .wtvw_tb_h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .wtvw_title_box .wtvw_tb_des {
    font-size: 16px;
    line-height: initial;
  }
  .wtvw_mainCon {
    width: calc(100% - 80px);
  }
  .wtvw_card_box section img {
    width: 50px;
  }
  .wtvw_card_box section p {
    font-size: 14px;
    line-height: 16px;
  }
  /* why thinkvision layout end */
  .tableBoxMainCalculator {
    height: 450px;
    transition: height 0.5s ease;
  }
  .tableBoxMainCalculator.cal-expanded {
    height: 650px;
  }
  .tbmc_background {
    display: none;
  }
  .tbma_i_t_h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 18px;
  }
  .tbma_i_t_h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .tbma_i_descBox {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .tbma_InitialBox .tbma_i_titleBox {
    top: 10%;
    left: 5%;
  }
  .tbma_i_descBox {
    top: 30%;
    left: 5%;
    width: 90%;
  }
  .tbma_i_calculatorBox {
    width: 90px;
    height: 25%;
    left: calc(50% - 45px);
    top: 50%;
  }
  .tbma_i_calculatorBox img {
    width: calc(100% - 10px);
  }
  .tbma_i_operateBtn {
    top: auto;
    bottom: 8%;
    left: calc(50% - 77px);
  }
  .tbma_InitialBox.cal-animate .tbmc_sub_background {
    opacity: 0;
  }
  .tbma_InitialBox.cal-animate .tbma_i_calculatorBox {
    width: 90%;
    height: calc(80% + 30px);
    top: calc(5% + 30px);
    left: 5%;
    border: 3px solid #106d5a;
  }
  .tbma_i_backBtn {
    top: 2%;
    left: 5%;
  }
  .tbma_i_calculatorFunction_wrap {
    width: calc(90% - 40px);
    height: calc(80% - 60px);
    top: calc(5% + 77px);
    left: calc(5% + 20px);
  }
  .tbma_InitialBox.cal-animate .tbma_i_operateBtn {
    bottom: auto;
    width: 100px;
    padding: 8px 0;
    font-size: 14px;
    top: calc(var(--calculate-top) + 65px);
  }
  .downloadPdfBtn {
    font-size: 14px;
    top: calc(var(--calculate-top) + 65px);
    /* width: 150px; */
    padding: 8px;
  }
  .downloadPdfBtn .pdf-icon {
    width: 16px;
    height: 16px;
  }
  .tbma_i_cf_f_c_left {
    font-size: 14px;
    line-height: 36px;
  }
  .tbma_i_cf_f_c_right .tbma_i_cf_f_cs-selected {
    font-size: 14px;
  }
  .calResult_note {
    font-size: 14px;
  }
  .energy-tip {
    text-align: center;
  }
  .error-message {
    font-size: 14px;
    max-width: 80%;
  }
  .tbma_i_cf_f_c_right {
    width: 100%;
  }
  .reCalBtn_wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1000px) {
  .splitter4ColumnsBoxThinkVision {
    margin-top: -200px !important;
    padding: 20px 12px 60px 12px !important;
  }
  .tableBoxMainCalculator {
    height: 350px;
  }
  .tbmc_sub_background {
    height: 300px;
  }
  .tbma_i_t_h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .tbma_i_t_h1 {
    font-size: 32px;
  }
  .tbma_i_descBox {
    font-size: 14px;
    left: 100px;
    margin-top: 15px;
  }
  .tbma_InitialBox .tbma_i_titleBox {
    left: 100px;
  }
  .tbma_i_calculatorBox {
    width: 90px;
    height: 100px;
    border: 3px solid #106d5a;
    border-radius: 12px;
    top: 32%;
    left: calc(100% - 196px);
  }
  .tbma_i_calculatorBox img {
    width: calc(100% - 10px);
  }
  .tbma_i_operateBtn {
    width: 90px;
    padding: 5px 0;
    text-align: center;
    left: calc(100% - 196px);
    font-size: 14px;
    top: calc(32% + 124px);
  }
  .tbma_InitialBox.cal-animate .tbma_i_descBox_short.cal-animate {
    font-size: 16px;
    left: 30px;
    margin-top: 15px;
    width: 25%;
  }
  .tbma_InitialBox.cal-animate .tbma_i_operateBtn {
    font-size: 12px;
  }
  .tbma_InitialBox.cal-animate .downloadPdfBtn {
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    text-align: center;
    /* width: 130px; */
  }
  .tbma_InitialBox.cal-animate .tbma_i_titleBox {
    left: 30px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_t_h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_t_h1 {
    font-size: 22px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_calculatorBox {
    width: 80%;
    height: 75%;
    top: 12.5%;
    left: 10%;
  }
  .tbma_i_calculatorFunction_wrap {
    width: calc(80% - 60px);
    height: calc(75% - 30px);
    top: calc((12.5% + 20px));
    left: calc(10% + 50px);
  }
  .choose_item {
    font-size: 11px;
    line-height: 18px;
    margin: 0;
  }
  .tbma_i_cf_f-customSelect,
  .tbma_i_cf_f-customInput {
    height: 30px;
  }

  .tbma_i_cf_f_c_left {
    line-height: 30px;
    font-size: 11px;
  }
  .tbma_i_cf_f_cs-selected {
    font-size: 10px;
    line-height: 18px;
    color: #6dd13a;
    width: calc(100% - 12px);
    margin: 6px;
    height: 16px;
    background-size: auto 75%;
  }
  .tbma_i_cf_f-customInput input {
    font-size: 10px;
    line-height: 18px;
  }
  .tbma_i_cf_f_c_right .tbma_i_cf_f_cs-selected {
    font-size: 10px;
  }
  .tbma_i_cf_f-customShowSize {
    height: 28px;
  }
  .tbma_i_cf_defaultDays {
    font-size: 12px;
    line-height: 12px;
  }
  .tbma_i_cf_f_css-selected {
    font-size: 12px;
    height: 18px;
    line-height: 14px;
    margin: 7px 6px;
  }
  .tbma_i_cf_f-customAmount {
    height: 28px;
  }
  .tbma_i_cf_f-customAmount input {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 7px 6px;
    width: calc(100% - 16px);
  }
  .tbma_i_cf_f-customAmount input::placeholder {
    font-size: 12px;
  }
  .tbma_i_cf_f_cs-options {
    top: 28px;
  }
  .tbma_i_cf_f_cs-options span {
    padding: 7px 6px;
    font-size: 12px;
    line-height: 18px;
  }
  .calResult_p {
    font-size: 12px;
    line-height: 20px;
  }
  .calResult_p span,
  .calResult_p span.greenBold {
    font-size: 14px;
  }
  .calResult_note,
  .energy-tip {
    font-size: 10px;
    line-height: 12px;
  }
  .reCalBtn_wrap {
    align-items: baseline;
    margin-top: 0;
  }
  .reCalBtn,
  .error-message {
    line-height: 14px;
  }
  .error-message {
    font-size: 10px;
  }
  .tbma_i_cf_cr_item:nth-of-type(1) {
    margin: 18px 0;
  }
  .tbma_i_cf_f_cs-options {
    max-height: 100px;
  }
  .selectOperateBtn-wrap {
    width: 20px;
    height: 60px;
    margin-right: 8px;
  }
  .selectOperateBtn {
    top: 35px;
  }
  .tbma_i_cf_featureChoose li section {
    margin-right: 15px;
    width: 45%;
    margin-top: 0;
  }
  .tbma_i_cf_f_c_right {
    width: 45%;
  }
  .tbma_i_cf_featureChoose li section:nth-of-type(2) {
    margin-right: 0;
  }
  .tbma_i_calculatorFunction {
    padding-right: 5px;
    height: calc(100% - 40px);
    gap: 15px;
  }
  .tbma_i_backBtn img {
    width: 20px;
  }
  .tbma_i_backBtn {
    top: calc(12.5% + 25px);
    left: calc(10% + 15px);
  }
  .tableBoxMainCalculator ::-webkit-scrollbar {
    width: 3px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 3px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar-thumb {
    background: #6dd13a;
    border-radius: 3px;
  }
  /* text image common box layout start*/
  .tableBoxMainTextImage {
    width: auto;
    margin: 0 40px;
  }
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_image,
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_image img,
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_image img,
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_image {
    border-radius: 20px;
    height: auto;
  }
  .tbmti_dc_h2 {
    font-size: 36px;
  }
  .tbmti_dc_des {
    font-size: 16px;
    line-height: initial;
  }
  .tableBoxMainTextImage.tL-iR-box {
    margin-left: 40px;
  }
  .tableBoxMainTextImage.tR-iL-box {
    margin-right: 40px;
  }
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_content {
    padding-right: 20px;
  }
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_content {
    padding-left: 20px;
  }
  .tableBoxMainTextVideo .tbmti_default_image {
    height: 200px !important;
  }
  .tbmtc_default_content h2.tbmtc_dc_h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .tbmtc_default_content p.tbmtc_dc_des {
    font-size: 16px;
    line-height: 22px;
  }
  .tableBoxMainTwoCard {
    margin-top: 20px;
    flex-direction: column;
  }
  .tbmtc_default_content {
    margin: 40px 40px 20px 40px;
    padding: 50px 30px;
  }
  .tbmtc_default_content h2.tbmtc_dc_h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .tbmtc_default_content p.tbmtc_dc_des {
    font-size: 16px;
    line-height: initial;
  }
  .tbmtc_default_image {
    flex: initial;
    height: auto;
    margin: 0;
  }
  .tbmtc_default_image img {
    border-radius: 0;
    width: 100%;
    height: auto;
    max-width: 848px;
    margin: 0 auto;
    display: block;
  }
  .tbms_title_box .tbms_tb_h2,
  .wtvw_title_box .wtvw_tb_h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .tableBoxMainSustainability {
    width: auto;
    padding: 40px;
  }
  .tbms_tb_des {
    font-size: 18px;
    line-height: 18px;
  }
  .tbms_content_box .tbms_cb_h2,
  .tbmsb_s_content .tbmsb_sc_h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .tbms_content_box .tbms_cb_des,
  .tbmsb_sc_des,
  .wtvw_title_box .wtvw_tb_des {
    font-size: 16px;
    line-height: initial;
  }
  .tableBoxMainSustainabilityBottom {
    width: auto;
    padding: 40px;
  }
  .wtvw_mainCon {
    width: calc(100% - 80px);
  }
  .wtvw_card_box section img {
    width: 80px;
  }
  .wtvw_card_box section p {
    font-size: 14px;
    line-height: 24px;
  }
  .whyThinkVisionWraper {
    height: 400px;
  }
  /* text image common box layout end*/
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .tableBoxMainCalculator {
    height: 450px;
  }
  .tbmc_sub_background {
    height: 350px;
  }
  .tbma_i_t_h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .tbma_i_t_h1 {
    font-size: 42px;
  }
  .tbma_i_descBox {
    font-size: 16px;
    left: 14%;
    margin-top: 15px;
  }
  .tbma_InitialBox .tbma_i_titleBox {
    left: 14%;
  }
  .tbma_i_descBox_short {
    font-size: 18px;
  }
  .tbma_i_calculatorBox {
    width: 100px;
    left: calc(86% - 106px);
    border: 3px solid #106d5a;
    border-radius: 16px;
  }
  .tbma_i_operateBtn {
    width: 100px;
    padding: 6px 0;
    text-align: center;
    left: calc(86% - 104px);
    font-size: 16px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_t_h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_t_h1 {
    font-size: 24px;
  }
  .tbma_i_descBox_short {
    font-size: 16px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_descBox_short.cal-animate {
    font-size: 18px;
    left: 8%;
  }
  .tbma_InitialBox.cal-animate .tbma_i_titleBox {
    left: 8%;
  }
  .tbma_i_calculatorFunction_wrap {
    width: calc(70% - 75px);
    height: calc(65% - 35px);
    top: calc(17.5% + 20px);
    left: calc(15% + 50px);
  }
  .tbma_i_calculatorFunction {
    height: calc(100% - 50px);
  }
  .tbma_i_backBtn img {
    width: 25px;
  }
  .tbma_i_backBtn {
    top: calc(15% + 40px);
    left: calc(15% + 15px);
  }
  .tbma_InitialBox.cal-animate .tbma_i_operateBtn {
    font-size: 13px;
  }
  .tbma_InitialBox.cal-animate .downloadPdfBtn {
    font-size: 13px;
    /* width: 140px; */
    line-height: 14px;
    padding: 6px;
    text-align: center;
  }
  .error-message {
    font-size: 12px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_calculatorBox {
    height: 65%;
    top: 17.5%;
  }
  .choose_item,
  .tbma_i_cf_f_c_left {
    font-size: 12px;
    line-height: 11px;
    margin: 6px 0;
  }
  .tbma_i_cf_f_c_right {
    width: 43%;
  }
  .tbma_i_cf_f-customSelect {
    height: 28px;
  }
  .tbma_i_cf_f_cs-selected {
    font-size: 11px;
    line-height: 16px;
    color: #6dd13a;
    width: calc(100% - 12px);
    margin: 6px;
    height: 16px;
  }
  .tbma_i_cf_f-customInput {
    height: 28px;
  }
  .tbma_i_cf_f-customInput input {
    font-size: 11px;
    line-height: 28px;
  }
  .tbma_i_cf_f_c_right .tbma_i_cf_f_cs-selected {
    font-size: 11px;
  }
  .tbma_i_cf_f-customShowSize {
    height: 28px;
  }
  .tbma_i_cf_f_css-selected {
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    margin: 7px 6px;
  }
  .tbma_i_cf_f-customAmount {
    height: 28px;
  }
  .tbma_i_cf_f-customAmount input {
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    margin: 7px 6px;
    width: calc(100% - 16px);
  }
  .tbma_i_cf_f-customAmount input::placeholder {
    font-size: 11px;
  }
  .tbma_i_cf_f_cs-options {
    top: 28px;
  }
  .tbma_i_cf_f_cs-options span {
    padding: 7px 6px;
    font-size: 11px;
    line-height: 14px;
  }
  .calResult_p {
    font-size: 13px;
    line-height: 22px;
  }
  .calResult_p span.greenBold {
    font-size: 15px;
  }
  .calResult_note {
    font-size: 11px;
    line-height: 12px;
  }
  .energy-tip {
    font-size: 11px;
    line-height: 14px;
  }
  .reCalBtn,
  .downloadPdfBtn {
    font-size: 14px;
    line-height: 14px;
  }
  .tbma_i_cf_cr_item:nth-of-type(1) {
    margin: 35px 0 18px;
  }
  .tbma_i_cf_f_cs-options {
    max-height: 100px;
  }
  .selectOperateBtn-wrap {
    width: 22px;
    height: 49px;
  }
  .selectOperateBtn {
    top: 25px;
  }
  .tbma_i_cf_featureChoose li section {
    margin-right: 10px;
    width: 43%;
    margin-top: 0.5em;
  }
  .tbma_i_calculatorFunction {
    padding-right: 5px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar {
    width: 3px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 3px;
  }
  .tableBoxMainCalculator ::-webkit-scrollbar-thumb {
    background: #6dd13a;
    border-radius: 3px;
  }
  .tableBoxMainTextImage {
    width: auto;
    margin: 40px;
  }
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_image,
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_image img,
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_image img,
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_image {
    border-radius: 20px;
    height: auto;
  }
  .tbmti_dc_h2 {
    font-size: 36px;
  }
  .tbmti_dc_des {
    font-size: 16px;
    line-height: initial;
  }
  .tableBoxMainTextImage.tL-iR-box {
    margin-left: 40px;
  }
  .tableBoxMainTextImage.tR-iL-box {
    margin-right: 40px;
  }
  .tableBoxMainTextImage.tL-iR-box .tbmti_default_content {
    padding-right: 20px;
  }
  .tableBoxMainTextImage.tR-iL-box .tbmti_default_content {
    padding-left: 20px;
  }
  .tbmtc_default_content h2.tbmtc_dc_h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .tbmtc_default_content p.tbmtc_dc_des {
    font-size: 16px;
    line-height: 22px;
  }
  .tableBoxMainTwoCard {
    margin-top: 50px;
    flex-direction: column;
  }
  .tbmtc_default_content {
    margin: 40px 40px 20px 40px;
    padding: 50px 30px;
  }
  .tbmtc_default_content h2.tbmtc_dc_h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .tbmtc_default_content p.tbmtc_dc_des {
    font-size: 16px;
    line-height: initial;
  }
  .tbmtc_default_image {
    flex: initial;
    height: auto;
    margin: 0;
  }
  .tbmtc_default_image img {
    border-radius: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .tbms_title_box .tbms_tb_h2,
  .wtvw_title_box .wtvw_tb_h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .tableBoxMainSustainability {
    width: auto;
    padding: 40px;
  }
  .tbms_tb_des {
    font-size: 18px;
    line-height: 18px;
  }
  .tbms_content_box .tbms_cb_h2,
  .tbmsb_s_content .tbmsb_sc_h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .tbms_content_box .tbms_cb_des,
  .tbmsb_sc_des,
  .wtvw_title_box .wtvw_tb_des {
    font-size: 16px;
    line-height: initial;
  }
  .tableBoxMainSustainabilityBottom {
    width: auto;
    padding: 40px;
  }
  .wtvw_mainCon {
    width: calc(100% - 80px);
  }
  .wtvw_card_box section img {
    width: 80px;
  }
  .wtvw_card_box section p {
    font-size: 14px;
    line-height: 24px;
  }
  .whyThinkVisionWraper {
    height: 400px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1599px) {
  .tableBoxMainCalculator {
    height: 550px;
  }
  .tbma_i_t_h2 {
    font-size: 30px;
  }
  .tbma_i_t_h1 {
    font-size: 48px;
  }
  .tbma_i_descBox {
    font-size: 18px;
    left: 18%;
    margin-top: 20px;
  }
  .tbma_InitialBox .tbma_i_titleBox {
    left: 18%;
  }
  .tbma_i_calculatorBox {
    width: 135px;
    left: calc(82% - 141px);
    border: 3px solid #106d5a;
  }
  .tbma_i_operateBtn {
    width: 135px;
    padding: 10px 0;
    text-align: center;
    left: calc(82% - 139px);
  }
  .tbma_InitialBox.cal-animate .tbma_i_t_h2 {
    font-size: 20px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_t_h1 {
    font-size: 28px;
  }
  .tbma_i_descBox_short {
    font-size: 20px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_descBox_short.cal-animate {
    font-size: 20px;
    left: 10%;
  }
  .tbma_InitialBox.cal-animate .tbma_i_operateBtn {
    font-size: 16px;
    padding: 8px 0;
  }
  .tbma_InitialBox.cal-animate .downloadPdfBtn {
    padding: 8px;
    font-size: 16px;
  }
  .error-message {
    font-size: 14px;
  }
  .tbma_i_backBtn img {
    width: 30px;
  }
  .tbma_i_calculatorFunction {
    height: calc(100% - 50px);
  }
  .tbmc_sub_background {
    height: 450px;
  }
  .tbma_InitialBox.cal-animate .tbma_i_titleBox {
    left: 10%;
  }
  .tbma_InitialBox.cal-animate .tbma_i_calculatorBox {
    height: 65%;
    top: 17.5%;
  }
  .tbma_i_calculatorFunction_wrap {
    height: calc(65% - 60px);
    top: calc(17.5% + 35px);
    width: calc(75% - 210px);
    left: calc(15% + 80px);
  }
  .choose_item,
  .tbma_i_cf_f_c_left {
    font-size: 13px;
    line-height: 13px;
  }
  .tbma_i_cf_f-customSelect {
    height: 32px;
    margin-top: 5px;
  }
  .tbma_i_cf_f-customInput {
    height: 32px;
  }
  .tbma_i_cf_f-customInput input {
    line-height: 32px;
    font-size: 13px;
  }
  .tbma_i_cf_f_cs-selected {
    font-size: 13px;
    line-height: 16px;
    color: #6dd13a;
    width: calc(100% - 12px);
    margin: 8px 6px;
    height: 16px;
  }
  .tbma_i_cf_f_c_right .tbma_i_cf_f_cs-selected {
    font-size: 13px;
  }
  .tbma_i_cf_f-customShowSize {
    height: 32px;
  }
  .tbma_i_cf_f_css-selected {
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin: 8px 6px;
  }
  .tbma_i_cf_f-customAmount {
    height: 32px;
  }
  .tbma_i_cf_f-customAmount input {
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin: 8px 6px;
    width: calc(100% - 16px);
  }
  .tbma_i_cf_f-customAmount input::placeholder {
    font-size: 13px;
  }
  .tbma_i_cf_f_cs-options {
    top: 32px;
  }
  .tbma_i_cf_f_cs-options span {
    padding: 8px 6px;
    font-size: 13px;
    line-height: 16px;
  }
  .tbma_i_cf_featureChoose li section {
    margin-top: 0.5em;
    width: 41%;
  }
  .tbma_i_cf_f_c_right {
    width: 41%;
  }
  .calResult_p {
    font-size: 14px;
    line-height: 28px;
  }
  .calResult_p span.greenBold {
    font-size: 16px;
  }
  .energy-tip {
    font-size: 12px;
  }
  .calResult_note {
    font-size: 12px;
    line-height: 16px;
  }
  .tbma_i_cf_cr_item:nth-of-type(1) {
    margin: 30px 0 18px;
  }
  .tbma_i_cf_defaultDays {
    font-size: 12px;
    line-height: 12px;
  }
  .tbma_i_cf_f_cs-options {
    max-height: 120px;
  }
  .selectOperateBtn-wrap {
    width: 25px;
    height: 58px;
  }
  .selectOperateBtn {
    top: 29px;
  }
  .tbmti_dc_h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1299px) {
  .tbma_InitialBox.cal-animate .tbma_i_t_h1 {
    font-size: 26px;
  }
}

