* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 1.2rem;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  color: #182860;
}

h1 {
  font-size: 35px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 25px;
}

.e-form__indicators__indicator--state-active {
  color: #FC760B !important;
  border-color: #FC760B;
}

.elementor-widget-form .e-form__buttons__wrapper__button-next {
  background-color: #FC760B !important;
  cursor: pointer;
}

.elementor-widget-form .e-form__buttons__wrapper__button-previous {
  background-color: #182860 !important;
  cursor: pointer;
}

.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
  background-color: #182860 !important;
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
  color: #182860 !important;
}

.elementor-widget-form .elementor-button[type="submit"] {
  background-color: #FC760B !important;
  cursor: pointer;
}

.elementor-tabs .elementor-active {
  background-color: #FFFFFF;
}

.tab-van-hire #elementor-tab-content-8721 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 118, 11, 0.2)), to(rgba(255, 255, 255, 0.9))), url(../assets/image/tab-bg-1.jpg);
  background: linear-gradient(180deg, rgba(252, 118, 11, 0.2), rgba(255, 255, 255, 0.9)), url(../assets/image/tab-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media (min-width: 768px) {
  .tab-van-hire #elementor-tab-content-8721 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../assets/image/tab-bg-1.jpg);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../assets/image/tab-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
  }
}

@media (min-width: 1200px) {
  .tab-van-hire #elementor-tab-content-8721 {
    background-color: #FFFFFF;
    background-image: url(../assets/image/tab-bg-1.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.tab-van-hire #elementor-tab-content-8722 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 118, 11, 0.2)), to(rgba(255, 255, 255, 0.9))), url(../assets/image/tab-bg-2.jpg);
  background: linear-gradient(180deg, rgba(252, 118, 11, 0.2), rgba(255, 255, 255, 0.9)), url(../assets/image/tab-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media (min-width: 768px) {
  .tab-van-hire #elementor-tab-content-8722 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../assets/image/tab-bg-2.jpg);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../assets/image/tab-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
  }
}

@media (min-width: 1200px) {
  .tab-van-hire #elementor-tab-content-8722 {
    background-color: #FFFFFF;
    background-image: url(../assets/image/tab-bg-2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.tab-van-hire #elementor-tab-content-8723 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 118, 11, 0.2)), to(rgba(255, 255, 255, 0.9))), url(../assets/image/tab-bg-3.jpg);
  background: linear-gradient(180deg, rgba(252, 118, 11, 0.2), rgba(255, 255, 255, 0.9)), url(../assets/image/tab-bg-3.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media (min-width: 768px) {
  .tab-van-hire #elementor-tab-content-8723 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../assets/image/tab-bg-3.jpg);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../assets/image/tab-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
  }
}

@media (min-width: 1200px) {
  .tab-van-hire #elementor-tab-content-8723 {
    background-color: #FFFFFF;
    background-image: url(../assets/image/tab-bg-3.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

#respond {
  background: #fbfbfb;
  padding: 0 10px 0 10px;
}

/* Highlight active form field */
#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 15px;
  border: 1px solid #DDDDDD;
}

#respond input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #51cbee;
          box-shadow: 0 0 5px #51cbee;
  margin: 5px 1px 3px 0px;
  border: 2px solid #51cbee;
}

#author, #email {
  font-family: "Open Sans", "Droid Sans", Arial;
  font-style: italic;
  color: #1d1d1d;
  letter-spacing: .1em;
}

#url {
  color: #1d1d1d;
  font-family: "Luicida Console", "Courier New", "Courier", monospace;
}

#submit {
  background-color: #FC760B;
  border: 1px solid #e66a04;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
}

#submit:active {
  position: relative;
  top: 1px;
}

p.comment-policy {
  border: 1px solid #ffd499;
  background-color: #fff4e5;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  font-size: small;
  font-style: italic;
}

.comment-form-comment label {
  display: block;
}

.comment-form-comment #comment {
  width: 90%;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-form-author #author, .comment-form-email #email, .comment-form-url #url {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 30px;
  margin-left: 15px;
}
/*# sourceMappingURL=styles.css.map */