/* In this file you can put extra images/icons/patterns which are used in the theme */

/* .form-section select {
  background-image: url(../images/arrow-down.svg) !important;
} */

.hero-banner::after,.inner-hero::after{
  background-image: url(../images/banner-pattern.svg) !important;
}

select {
  background-image: url(../images/arrow-down-dark.svg) !important;
}

.text-color-light select {
  background-image: url(../images/arrow-down-white.svg) !important;
}
