/* banner container */
.ps-banner-container {
  width: 100%;
  height: auto !important;
  position: relative;
}

/* banner image */
.ps-banner-container > .ps-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

/* banner overlay */
.v-banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* banner content */
.banner-content {
  display: flex;
  width: auto;
  position: relative;
  z-index: 100;
  align-items: center;
/*   max-width: 650px !important; */
}
.banner-content > div {
  flex-basis: ;
}

.banner-text-block {

  padding-right: 30%;
}

@media only screen and (max-width: 1060px) {
  .banner-text-block {

  padding-right: 0%;
}
}

/* banner title */
.banner-content__title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 100;
  position: relative;
  padding-left: 20px;
}

.banner-content__title:before {
  width: 9px;
  height: 9px;
  content:"";
  position: absolute;
  left: 0px;
  top: 3px;
  background-color: #e7374f ;
  border-radius: 20px;
}

/* banner heading */
.banner-content__heading {
  font-weight: 800;
  font-size: 50px;
  margin: 0 !important;
  font-weight: 100;
}

/* banner description */
.banner-content__description {
  margin-top: 18px;
  font-size: 14px;
}

/* banner sub heading */
h4.banner-content__sub-heading {
  font-weight: 100;
      font-size: 16px;
}

/* banner button */
.banner-content__button-container {
  margin-top: 42px;
    display: inline-block;
  margin-right: 20px;
}

/* banner pdf button */
.banner-content__pdf-container {
  margin-top: 42px;
  display: inline-block;
  
}

a.banner-content__pdf__button:hover {
}

@media only screen and (max-width: 767px) {
  .ps-banner-container > .ps-bg-image {
    background-attachment: unset;
  }
  
  .banner-content__heading {
    font-size: 36px;
  }
  
  .banner-content {
    display: block;
  }
  .banner-content > div:nth-child(2) {
    float: none;
    width: 100%;
  }
  
  .jump-to-form {
    width: 100% !important;
    margin-top: 70px;
  }
  
  .banner-content {
 
  padding-top: 70px;
 
}
}

/* jump to form */
.jump-to-form-container {
}

.jump-to-form {
  width: 30%;
  
  background: #2d3081;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  float:right;
}
.jump-to-form > h5 {
  color: white;
}

.jump-to-form  .jm-items  ul {
 padding-left: 0px;
  list-style-type: none;
  margin: 0px;
}

.jump-to-form  .jm-items  ul li {
  margin-bottom: 4px;
  padding-bottom: 7px;
}



.jump-to-form  .jm-items  ul  li  a {
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: 100;
 line-height: 1.4;
  text-decoration: none;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  padding-right: 55px;
}

.jump-to-form  .jm-items  ul  li  a:hover {
  color: #fff;
}
.jump-to-form > .jm-items > div > a:hover {
  text-decoration: none;
}





.jump-to-form  .jm-items  ul  li:hover {

  background-image: url('https://www.puntersouthall.com/hubfs/Website%20assets%20(includes%20Group%20theme%20and%20new%20site%20designs)/Punter%20Southall%20Group%20Theme%20DO%20NOT%20DELETE/SVGs/PS-Hover-Arrow.svg');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: right top 4px;
  
}

.jump-to-form  .jm-items  ul  li::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}



.jump-to-form  .jm-items  ul  li:hover::after {
    width: 100%;
    //transition: width .6s;
}

/* dot */
 * .psg-section-divider-container {
  width: 100%; 
  display: flex;
  justify-content: center;
}

.psg-section-dot {
  z-index: 200;
  margin-top: -13px;
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 100%;
  background: white;
  cursor:pointer;
}
.psg-section-dot-inner {
  width: 3px;
  height: 3px;
  padding: 5px;
  border-radius: 100%;
}

.banner-text-block-outer {
 width: 70%; 
}

@media only screen and (max-width: 767px) {
  .banner-text-block-outer {
 width: 100%; 
}
}
.top-banner-company-logo {
  position: absolute;
 bottom: 0px;
  right: 0px;
   background-color: #fff;
  z-index: 101;
  height: 160px;
  
}

.top-banner-company-logo img {
  width: auto;
  height: 160px !important;
}
.top-banner-breadcrumbs {
 position: absolute;
 bottom: 0px;
  left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  z-index: 101;
  margin-bottom: -18px;
}

.top-banner-breadcrumbs a {
  font-size: 12px;
  color: #adadad;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 30px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}

.top-banner-breadcrumbs a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #adadad;
  border-radius: 10px;
  right: 12px;
  top: 4px;
}

.top-banner-breadcrumbs p {
font-size: 12px;
  color: #2d3081;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 0px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  
}



@media only screen and (max-width: 1220px) {
  .top-banner-breadcrumbs {
   display: none; 
  }
  
  .top-banner-company-logo {
   right: 20px; 
  }
}

@media only screen and (max-width: 767px) {
  .top-banner-company-logo {
   left: 20px !important; 
    right: unset;
    bottom: 30px;
    height: 120px !important;
    padding-bottom: 10px !important;
  }
  
  .top-banner-company-logo img {
    height: 110px !important;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .ps-banner-container > .ps-bg-image {
 
  background-attachment: unset;
 
}
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
   .ps-banner-container > .ps-bg-image {
 
  background-attachment: fixed;
 
}
}
