.cost-calculator-container {
  text-align: center;
  background-color: #f9f1ec;
}
.cost-calculator-container dl, ol, ul {
  list-style: none
}
.cost-calculator-container ul {
  margin-left: 1.1rem
}
.cost-calculator-container dl, ol, ul {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit
}
.cost-calculator-container ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px
}
.cost-calculator-container dl, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
  margin: 0;
  padding: 0;
}
.cost-calculator-inner {
  text-align: center;
  max-width: 930px;
  margin: 26px auto auto auto;
  padding-bottom: 60px;
}
.cost-calculator-heading {
  font-family: 'Heebo-Bold';
  line-height: 1.15;
  font-size: 54px;
  color: #404040;
  padding-top: 56px;
}
.cost-calculator-container label {
  font-size: .875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0
}
.cost-calculator-container select {
  -webkit-appearance: none!important;
  background: url("https://greenpal-production.s3.amazonaws.com/images/general/drop-down.svg") no-repeat;
  border-radius: 0;
  background-color: #fafafa;
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: .5rem;
  font-size: .875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, .75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
  width: 100%
}
.cs-select>span::after {
  content: "";
  right: 19px;
  font-size: 30px;
  top: 30px;
}
div.cs-select:focus {
  outline: 0
}
div.cs-active {
  z-index: 200
}
.cs-skin-elastic.cs-active .cs-options {
  pointer-events: auto;
  border: 1px solid #b9b7b4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -8px;
  overflow: hidden;
  z-index: 999
}
.cs-select.cs-active>span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.cs-select.cs-active .cs-options {
  visibility: visible
}
.cs-select .cs-selected span::after,
.cs-select>span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url('https://greenpal-production.s3.amazonaws.com/images/general/cs-select-arrow.svg') no-repeat;
  width: 14px;
  height: 10px;
}
.cs-select.cs-skin-elastic.z_index_e.cs-active {
  z-index: 999
}
div.cs-skin-elastic {
  background: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #5b8583
}
.cost-calculator-container :focus {
  outline: 0!important
}
.cs-select .cs-selected span::after,
.cs-select>span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 4;
  width: 100%;
  height: 57px;
  margin-bottom: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.cs-skin-elastic>span {
  background-color: #fff;
  z-index: 100;
  border: 1px solid rgba(149, 152, 152, 0.5);
  border-radius: 0
}
.cs-select>span {
  padding-right: 3em
}
.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 15px 20px;
  color: #3d3d3d;
  font-family: ProximaNova-Regular;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400
}
.cs-skin-elastic .cs-options {
  overflow: visible;
  background: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: none
}
.cs-skin-elastic.cs-active .cs-options>ul::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand .6s ease-out;
  animation: expand .6s ease-out
}
.cs-skin-elastic.cs-active .cs-options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: none;
  transition: .5s;
  -webkit-animation: bounce .6s ease-out;
  animation: bounce .6s ease-out
}
.flipIn,
h1,
ul li {
  animation: flipdown .5s ease both
}
.cs-skin-elastic .cs-options>ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  background: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s
}
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden
}
.cs-skin-elastic .cs-options .cs-selected span,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options span:hover {
  color: #1e4c4a
}
.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}
.cs-skin-elastic .cs-options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity .15s, -webkit-transform .15s;
  transition: opacity .15s, transform .15s
}
.cs-skin-elastic .cs-options span {
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 2em auto;
  height: 35px;
  line-height: 1;
  padding: 8px 8px 8px 16px
}
.cs-select ul span {
  padding: 1em
}
.cs-select select {
  display: none
}
.cost-calculator-container select {
  margin: 0 0 1rem 0
}
.custom_z_index {
  z-index: 1
}
.text-center {
  text-align: center!important
}
.cost-calculator-sub-heading {
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.map-cost-container {
  display: flex;
  margin-top: 36px;
  gap: 51px;
}
.cal-container {
  width: 100%;
  padding-top: 30px;
  text-align: start;
}
.cal-zip-text {
  font-size: 18px;
  color: #717171;
  position: absolute;
  right: 25.75%;
}
.cal-loc-zip {
  font-family: Heebo-Medium;
  color: #404040;
}
.cal-container label {
  font-size: 18px;
  color: #404040;
  margin-bottom: 5px;
}
div.cs-select {
  margin-bottom: 14px;
}
.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 12px 14px;
  color: #444444;
  font-family: Heebo-Medium;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  border-radius: 4px;
}
.cs-skin-elastic.cs-active .cs-options {
  border: 1px solid #cccccc;
  margin-top: 0; 
  border-radius: 8px;
}
.cs-skin-elastic .cs-options span {
  padding: 10px 8px 10px 16px;
}
.price-putter label {
  font-family: Heebo-Bold;
  font-size: 32px;
  color: #FF9000 !important ;
  margin-top: 20px;
  float: none;
  line-height: 16px;
}
.price-putter span {
  color: #878787;
  font-size: 16px;
  font-family: Heebo-Regular;
  line-height: normal; 
}
.calc-grass-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.calc-grass-btn a {
  display: flex;
  width: 225px;
  height: 62px;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.calc-grass-btn .arrow-price {
  padding-left: 5px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 1px;
}
.calc-grass-btn a:hover {
  background: #f67106;
}
.calc-grass-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
@media screen and (max-width: 1919px) {
  .cal-zip-text {
    right: 17.75%;
  }
}
@media screen and (max-width: 1439px) {
  .cal-zip-text {
    right: 16%;
  }
}
@media screen and (max-width: 1365px) {
  .cost-calculator-inner {
    max-width: 870px;
    padding-bottom: 36px;
  }
  .cost-calculator-heading {
    font-size: 51px;
    padding-top: 52px;
  }
  .cost-calculator-sub-heading {
    font-size: 24px;
  }
  .map-cost-container {
    margin-top: 32px;
    gap: 48px;
  }
  .cost-map-img {
    width: 460px;
    height: 328px;
  }
  .cal-container label {
    font-size: 17px;
  }
  .cs-select span {
    font-size: 17px;
    height: 48px;
  }
  .cal-zip-text {
    font-size: 17px;
  }
  .cal-container {
    padding-top: 27px;
  }
  div.cs-select {
    margin-bottom: 10px;
  }
  .calc-grass-btn {
    margin-top: 7px;
  }
  .calc-grass-btn a {
    width: 216px;
    height: 60px;
    font-size: 19px;
  } 
  .price-putter span {
    font-size: 15px;
  }
  .price-putter label {
    font-size: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .cost-calculator-inner {
    max-width: 750px;
    margin: 20px auto auto auto;
    padding-bottom: 26px;
  }
  .cost-calculator-heading {
    font-size: 44px;
    padding-top: 45px;
  }
  .cost-calculator-sub-heading {
    font-size: 21px;
  }
  .map-cost-container {
    margin-top: 26px;
    gap: 41px;
  }
  .cost-map-img {
    width: 396px;
    height: 282px;
  }
  .cal-container label {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .cal-zip-text {
    font-size: 15px;
  }
  .cal-container {
    padding-top: 24px;
  }
  .cs-select span {
    height: 41px;
    padding: 8px 12px;
    font-size: 15px;
  }
  div.cs-select {
    margin-bottom: 0px;
  }
  .calc-grass-btn a {
    width: 184px;
    height: 52px;
    font-size: 16px;
  }
  .calc-grass-btn .arrow-price {
    height: 12px;
    top: 1px;
  }
  .price-putter span {
    font-size: 13px;
  }
  .price-putter label {
    font-size: 28px;
    margin-top: 18px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1099px) {
  .cost-calculator-inner {
    max-width: 698px;
    margin: 18px auto auto auto;
  }
  .cost-calculator-heading {
    font-size: 41px;
    padding-top: 42px;
  }
  .cost-calculator-sub-heading {
    font-size: 20px;
  }
  .cost-map-img {
    width: 368px;
    height: 262px;
  }
  .map-cost-container {
    margin-top: 22px;
    gap: 39px;
  }
  .cal-container label {
    font-size: 14px;
  }
  .cs-select span {
    height: 39px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .calc-grass-btn {
    margin-top: 5px;
  }
  .calc-grass-btn a {
    width: 172px;
    height: 48px;
    font-size: 15px;
  }
  .calc-grass-btn .arrow-price {
    height: 10px;
    top: 1px;
  }
  .price-putter label {
    font-size: 26px;
    margin-top: 18px;
    line-height: 12px;
  }
  .price-putter span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .cost-calculator-inner {
    max-width: 524px;
    margin: 12px auto auto auto;
    padding-bottom: 24px;
  }
  .cost-calculator-heading {
    font-size: 31px;
    padding-top: 30px;
  }
  .cost-calculator-sub-heading {
    font-size: 14px;
  }
  .map-cost-container {
    margin-top: 18px;
    gap: 39px;
  }
  .cost-map-img {
    width: 276px;
    height: 198px;
  }
  .cal-container {
    padding-top: 16px;
  }
  .cal-zip-text {
    font-size: 10px;
  }
  .cal-container label {
    font-size: 10px;
    margin-bottom: 2px;
  }
  div.cs-select {
    height: 42px;
  }
  .calc-grass-btn {
    margin-top: 3px;
  }
  .calc-grass-btn a {
    width: 132px;
    height: 38px;
    font-size: 12px;
  }
  .calc-grass-btn .arrow-price {
    height: 9px;
    top: 0px;
    padding-left: 4px;
  }
  .price-putter label {
    font-size: 20px;
    margin-top: 18px;
    line-height: 2px;
  }
  .price-putter span {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .cost-calculator-inner {
    max-width: 512px;
    padding-bottom: 50px;
    margin-top: 32px;
  }
  .cost-calculator-heading {
    line-height: 40px;
    font-size: 36px;
    padding-top: 46px;
  }
  .cost-calculator-sub-heading {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .map-cost-container {
    flex-direction: column;
    margin-top: 30px;
    gap: 10px;
  }
  .cost-map-img {
    width: 100%;
    height: 320px;
  }
  .cal-zip-text {
    font-size: 22px;
    position: relative;
    right: -35%;
  }
  .cal-container {
    padding-top: 0px;
  }
  .cal-container label {
    font-size: 18px;
    color: #878787;
    margin-bottom: 5px;
  }
  .cs-select span {
    font-size: 18px;
    height: 60px;
    padding: 15px 19px;
  }
  div.cs-select {
    margin-bottom: 42px;
  }
  .calc-grass-btn {
    margin-top: 6px;
  }
  .price-putter label {
    font-size: 30px;
    line-height: 20px;
  }
  .calc-grass-btn a {
    width: 50%;
    height: 64px;
    font-size: 23px;
  }
  .calc-grass-btn .arrow-price {
    height: 17px;
    top: 1px;
    padding-left: 5px;
  }
  .price-putter label {
    font-size: 38px;
    line-height: 30px;
  }
  .price-putter span {
    font-size: 16px;
  }
}
@media screen and (max-width: 719px) {
  .cost-calculator-inner {
    max-width: 450px;
  }
  .cost-calculator-heading {
    line-height: 38px;
    font-size: 32px;
    padding-top: 44px;
  }
  .cost-calculator-sub-heading {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 539px) {
  .cost-calculator-inner {
    max-width: 352px;
    padding-bottom: 46px;
    margin-top: 26px;
  }
  .cost-calculator-heading {
    line-height: 40px;
    font-size: 34px;
    padding-top: 45px;
    max-width: 270px;
    margin: 0 auto;
  }
  .cost-calculator-sub-heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .map-cost-container {
    margin-top: 24px;
    gap: 8px;
  }
  .cost-map-img {
    width: 100%;
    height: 248px;
  }
  .cal-container label {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .calc-grass-btn a {
    width: 100%;
    height: 60px;
    font-size: 22px;
  }
  .calc-grass-btn .arrow-price {
    height: 16px;
  }
  .price-putter label {
    font-size: 36px;
    line-height: 24px;
  }
  .price-putter span {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  .cost-calculator-inner {
    max-width: 338px;
    margin-top: 26px;
  }
  .cost-calculator-heading {
    line-height: 39px;
    font-size: 33px;
    padding-top: 42px;
  }
  .cost-calculator-sub-heading {
    margin-top: 8px;
  }
  .map-cost-container {
    margin-top: 24px;
    gap: 0px;
  }
  .cost-map-img {
    height: 236px;
  }
  .cal-zip-text {
    font-size: 21px;
    margin-top: 8px;
  }
  .cal-container {
    padding-top: 6px;
  }
  .cal-container label {
    font-size: 16px;
  }
  .cs-select span {
    height: 54px;
    padding: 13px 19px;
    font-size: 17px;
  }
  div.cs-select {
    margin-bottom: 36px;
  }
  .price-putter label {
    font-size: 32px;
    line-height: 24px;
  }
}
@media screen and (max-width: 374px) {
  .cost-calculator-inner {
    max-width: 330px;
  }
  .cost-calculator-heading {
    line-height: 38px;
    font-size: 32px;
  }
  .map-cost-container {
    margin-top: 20px;
  }
  .cost-map-img {
    height: 234px;
  }
  .cal-container label {
    font-size: 15px;
  }
  .calc-grass-btn {
    margin-top: 4px;
  }
  .calc-grass-btn a {
    height: 56px;
    font-size: 20px;
  }
  .calc-grass-btn .arrow-price {
    height: 15px;
  }
  .price-putter span {
    font-size: 17px;
  }
  .price-putter label {
    font-size: 30px;
    line-height: 22px;
  }
}
@media screen and (max-width: 364px) {
  .cost-calculator-inner {
    max-width: 290px;
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .cost-calculator-heading {
    line-height: 34px;
    font-size: 30px;
    padding-top: 34px;
  }
  .cost-calculator-sub-heading {
    font-size: 17px;
    line-height: 22px;
  }
  .cost-map-img {
    height: 204px;
  }
  .cal-zip-text {
    font-size: 18px;
  }
  .cal-container {
    padding-top: 4px;
  }
  .cal-container label {
    font-size: 13.5px;
    margin-bottom: 1px;
  }
  .cs-select span {
    height: 50px;
    padding: 12px 16px;
    font-size: 15px;
  }
  div.cs-select {
    margin-bottom: 26px;
  }
  .calc-grass-btn a {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .calc-grass-btn .arrow-price {
    height: 13px;
    padding-left: 4px;
  }
  .price-putter label {
    font-size: 26px;
    line-height: 20px;
  }
  .price-putter span {
    font-size: 13.5px;
  }
}
