.calc_mdl {
  padding: 3rem 1rem; 
}

.calc_mdl .page-center {
  padding: 5rem;
  color: #4b5563;   
}

.calc_mdl .calc_flex {
  display: flex; 
}

.calc_mdl .calc_flex > div {
  width: 100%;
}

.calc_mdl .calc_left {
  margin-right: 5rem;
}
.calc_mdl .calc_left h2 {
  margin-bottom: 1rem;
  color: inherit;  
} 
.calc_mdl .calc_ryt .bg-white {
  color: rgba(75, 85, 99, var(--tw-text-opacity));
  border-radius: 1.5rem;
  padding: 5rem 2rem;
  background: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
.calc_mdl .flex.btn_wrap button.active {
  padding-right: 1.05rem;
} 
.calc_mdl .calc_row2 input#averagehotelsRate {
  height: 1rem;
}  
.calc_mdl input[type="range"]::-moz-range-progress {
  background-color: red;
} 
.calc_row1 input#totalAmountOfhotels {
  height: 17px;
}
.calc_mdl input[type="range"]::-moz-range-track {
  background-color: #ddd;
}
.calc_mdl div#revenue-range {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: inherit;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.calc_mdl .flex.calc_btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.calc_mdl .calc_btn .relative {
  position: relative;
  display: inline-block;
}

.calc_mdl .flex.calc_btn img.arrow {
  width: 6rem;
  position: absolute;
  top: 0;
  left: -25%;
  transform: translate(-100% , -50%);
}
.calc_mdl .calc_btn a.btn {
  font-weight: 600;
  border-radius: 9999px;
  background-color: rgba(227, 36, 37, 1);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem 2rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  text-align: center;
  border: 2px solid rgba(227, 36, 37, 1);
  display: inline-block;
}

.calc_mdl .calc_btn a.btn:hover {
  color: rgba(227, 36, 37, 1);
  background: #fff;
}
.calc_mdl .flex.btn_wrap {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.calc_mdl .flex.btn_wrap > div {
  border-radius: 9999px;
  border: 1px solid rgba(227, 36, 37,1 );
  overflow: hidden;
  display: flex;
}

.calc_mdl .flex.btn_wrap button {
  color: rgba(226,35,26,1.0);
  background: transparent !important;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  border: 0;
  border-radius: 0;
}

.calc_mdl .flex.btn_wrap button.active,.flex.btn_wrap button:hover {
  background: rgba(226,35,26,1.0) !important;
  color: #fff;
}

.calc_mdl .calc-tab > div {
  margin-top: 3rem;
  line-height: normal;
}

.calc_mdl .calc-tab > div > .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 7px; 
  line-height: normal;
}

.calc_mdl .calc-tab > div > .flex > label {
  color: rgba(55, 65, 81, 1);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.calc_mdl .calc-tab>div>.flex span {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(107, 114, 128, 1);
   word-break:initial;
}

.calc_mdl .calc-tab>div input[type='range'] {
  -webkit-appearance: none;
  overflow: hidden;
  width: 100%;
  border-radius: 9px;
  background-color: #aaa;
}

.calc_mdl .calc-tab>div input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: ew-resize; 
  background: #fff;
  box-shadow: -809px 0 0 800px #e32425;
}  
.calc_mdl .calc-tab>div input[type='range']::-moz-range-thumb {
  width: 16px;
  height: 16px; 
  -moz-appearance: none;
  border-radius: 50%;  
  background: #fff; 
} 


.calc_mdl input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 18px;
  background-color: #ddd;
  margin-top: -1px;
}

.calc_mdl .calc-tab>div>.flex span.dlr {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  position: relative;
  top: -9px;
} 
.calc_mdl .calc_ryt {
  margin-top: 3rem;
}
@media(max-width:1279px){
  .calc_mdl .calc-tab>div {
    line-height: 1.4; 
  }
  .calc_mdl div#revenue-range {
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding-top: 1rem; 
    padding-bottom: 1rem;
  }
  .calc_mdl .calc_btn a.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }


}

@media(max-width:1023px){

  .calc_mdl div#revenue-range {
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .calc_mdl .calc_btn a.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .calc_mdl .calc_left {
    margin-left: 0;
  }

  .calc_mdl .calc_flex {
    display: block;
  }

  .calc_mdl .page-center {
    padding: 2rem 1rem;
  }



  .calc_mdl .calc-tab>div {
    margin-top: 1.5rem;
  }

  .calc_mdl .calc_ryt .bg-white {
    padding: 2rem; 
    border-radius: 0.5rem; 
  }

  .calc_mdl .flex.calc_btn img.arrow {
    width: 4rem;
  }



}

@media (max-width: 400px){
  .calc_mdl .flex.calc_btn img.arrow{ 
    left: -1px;
  }