.carve p {
  font-size: 20px;
  line-height: 1.8;
}

.carve h1,
.carve h2,
.carve h3,
.carve h4,
.carve h5,
.carve h6 {
  font-weight: 700;
  font-style: normal;
}
.carve h1 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
}
.carve h2 {
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
}
.carve h3 {
  font-size: 32.5px;
  font-style: normal;
  font-weight: 700;
}
.carve h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}
.carve h5,
.carve h6 {
  font-size: 19.5px;
  font-style: normal;
  font-weight: 700;
}

.carve .inner_banner h1 {
  color: rgb(254, 171, 7);
  font-size: 36px;
  font-weight: 600;
}

.carve .inner_banner h1 span {
  font-size: 36px;
  font-weight: 600;
}

.carve .tourz-search-1 h1 {
  font-size: 32px;
}

@media only screen and (min-width: 600px) {
  .carve h1 {
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
  }

  .carve .tourz-search-1 h1 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 600px) {
  .wf-active .hero-title-area {
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
  }
}

.carve ul {
  list-style: disc;
  padding-left: 35px;
}

.carve li {
  font-size: 2rem;
  line-height: 1.8;
}

.carve small {
  font-size: 13px;
  color: #fc7a10;
  font-weight: bold;
}

.carve .hot-list-p3-2,
.carve .hot-list-p3-2 small {
  color: #fc7a10;
  text-align: center;
}

.carve .hot-page2-alp-con-left-1::after {
  content: initial;
}

.carve .hot-page2-hli-1 {
  position: relative;
  text-align: center;
}

.carve .dropoff-date {
  color: #fc7a10;
  font-weight: bold;
  font-size: 18px;
}

.carve td,
label {
  font-size: 17px;
}

.carve .form-items {
  padding: 0px;
}

.carve .availability-form {
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(218, 218, 218);
  box-shadow: rgba(224, 224, 224, 0.8) 0px 2px 4px;
  border-radius: 4px;
}

.carve .availability-form h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.carve .availability-form p {
  font-size: 17px;
  line-height: 1.4;
  margin-top: 15px;
}

.carve .availability-form .rate-name {
  font-size: 13px;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .carve .vehicle-img {
    display: none;
  }
}

.state-icon {
  margin: auto;
  margin-bottom: 7rem;
  width: 220px;
  height: 220px;
  background-color: white;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.success .state-icon {
  border: 5px solid rgb(11, 175, 126);
  box-shadow: 0 0 15px rgba(11, 175, 126, 0.5);
}

.pending .state-icon {
  border: 5px solid rgb(255, 127, 0);
  box-shadow: 0 0 15px rgba(255, 127, 0, 0.5);
}

.failure .state-icon {
  border: 5px solid rgb(202, 0, 0);
  box-shadow: 0 0 15px rgba(202, 0, 0, 0.5);
}

.carve .footer h4 {
  font-size: 18px;
}

.carve .foot-sec2 p {
  font-size: 14.5px;
  line-height: 24px;
}

.carve .two-columns {
  padding: 0px;
}

.carve .two-columns li {
  line-height: 1;
}

.carve .copy p {
  font-size: 15px;
  line-height: 24px;
}

.carve .main-menu ul li:last-child a {
  padding: 20px 10px;
}

.carve .form-control {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}
