ul.list-view{
    padding-left: 20px;
}
.veth-ctn-btn,
.veth-ctn-otln-btn{
    padding: 8px 21px;
    border-radius: 50rem;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.2s linear ;
    line-height: 1.2
}
    .veth-ctn-btn{
    background-color: #F58220;
    border: 1px solid #F58220;
    color: #fff;
}
 .veth-ctn-btn:hover{
    background-color: transparent;
    color: #F58220;
 }
.veth-ctn-btn:after,
.veth-ctn-otln-btn:after{
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
    color: inherit;
    transform: rotate(311deg);
}
.veth-ctn-btn[type="submit"]:after{
  content: none;
}
 .veth-ctn-otln-btn{
    background-color: transparent;
    border: 1px solid #F58220;
    color: #F58220;
 }
.veth-ctn-otln-btn:hover{
    background-color: #F58220;
    color: #fff;
 }
 .veth-heading-title{
    font-size: clamp(1.46rem, calc(1.62vw + 0.81rem), 2.43rem);
 }
 .innerBanner-heading{
    background: rgb(0 0 0 / 22%);
    height: auto;
    /* padding: 20px 40px 20px 20px; */
 }
 .innerBanner-heading h2, 
 .innerBanner-heading h2 span{
    font-size: clamp(18px, calc(1.22vw + 12px), 32px);
    line-height: 1.4;
 }
 .innberBanner-bg{
  height: 380px !important;
  background-position: bottom;
 }
 .veth-h1{
    font-size: clamp(18px, calc(1.22vw + 20px), 28px);
    margin-bottom: 18px;
    font-weight: 400;
  }
  .veth-border-md-otline-box{
    padding: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 24px;
  }
  .veth-border-md-light-org-box{
    padding: 26px;
    background-color: #FCEDE6;
    border: 1px solid #FCEDE6;
    border-radius: 24px;
  }
  .veth-tech-row-30{
    row-gap: 16px;
  }
  .veth-tech-row-30 h3{
     font-size: clamp(18px, calc(1.22vw + 12px), 28px);
  }
  .veth-tech-row-30:hover{
    background-color: #FCEDE6;
  }

  .vt-mc-page-form{
     padding: 28px;
     border: 1px solid #dee2e6 !important;
     border-radius: 12px;
     box-shadow: 2px 1px 0px 0px #dee2e6;
  }
  .vt-mc-page-form label {
     font-weight: 300 !important;
     font-size: 15px;
  }
  .vt-mc-page-form .form-group{
     margin-bottom: 10px;
  }
  .vt-mc-page-form .styledSelect{
     font-weight: 300;
  }
 @media screen and (max-width: 992px) {
  .innberBanner-bg{
    height: 350px !important;
  }
 }
 @media screen and (min-width: 1500px) {
  .innberBanner-bg{
    height: 500px !important;
  }
 }
 @media screen and (max-width: 768px) {
  .vt-mc-page-form{
     padding: 24px 20px;
  }
 }

 label {
    font-weight: 300 !important;
}
.list-item-services ul {
    padding-left: 30px !important;
}


.innberBanner-bg{
   background-size: cover !important;
}

.aec-services-western-australia-bg {
    background: url(../../../../public/images/location-services/01-aec-western-australia/western-australia-banner.jpg);  
}
.aec-services-south-australia-bg{
   background: url(../../../../public/images/location-services/02-aec-southaustralia/south-australia-banner.jpg);  
}
.aec-services-queensland-bg{
   background: url(../../../../public/images/location-services/03-aec-queensland/queensland-banner.jpg);  
}
.aec-services-sydney-bg {
   background: url(../../../../public/images/location-services/04-aec-sydney/sydney-banner.jpg);
}
