@media only screen and (max-width: 1024px) {
  .chosen-select {
    max-width: 100%;
  }
  .header .header-wrapper .primary {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .chosen-container {
    max-width: 100%;
  }
  .navbar-brand.large img {
    width: 141px;
    height: auto;
    object-fit: contain;
    margin: 15px auto 0 30px;
  }
  .navbar-brand.small::before, .navbar-brand.large::before {
    content: '';
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/strapline.png);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-15%, -24%);
    transition: all .25s;
  }

}
@media only screen and (max-width: 768px) {
  .text-banner {
    text-align: center!important;
  }
  .full-width-box .container,
  .full-width-box .page-header {
    position: absolute;
    top: 20%;
  }
  .full-width-box {
    padding: 0!important;

  }
  .liv-arrow-bottom {
    position: absolute;
    bottom: -40px;
  }
  div.full-width-box.half-height {
    background-size: 0%;
    height: 350px;
  }
  .section.arrow.services {
    height: 540px;
  }
  .owl-prev, .owl-next {
    top: 80%;
  }
  .slider-item-logo {
    display: none!important;
  }
  .mob-text-center {
    text-align: center!important;
  }
  .mob-pad-10px {
    padding: 0 10px 0 10px!important;
  }
  #locationList {
    height: 330px!important;
  }
  .text-banner-half{
    padding: 0 10px;
  }
  .claim-mob-center {
    display: flex;
    justify-content: center;
  }
  .form-box {
    margin: 30px 0 40px 0
  }
  .chosen-select {
    max-width: 100%;
  }



}

@media (max-width: 375px) {
  .top-navbar.btn-navbar.collapsed {
    display: none;
  }
  .header .right-box-wrapper {
    height: 70px;
  }

  .text-banner.home-page-text {
    text-align: center!important;
    padding: 0 15px!important;
    margin: 0 20px!important;
  }
  .header .header-wrapper .primary {
    text-align: left;
    padding-bottom: 0;

  }
  .owl-prev {
    position: absolute;
    transform: translate(0,-50%);
  }
  .owl-next {
    position: absolute;
    transform: translate(0,-50%);
  }
  .avenir-font.subText.home-page-text {
    text-align: center!important;
    margin: 0 20px!important;
    padding: 20px;
  }
    div.full-width-box.half-height {
    background-size: 0%;
    height: 330px;
  }
  .full-width-box {
    padding-top: 0;
  }
  .livicon {
    display: none;
  }
  .section.arrow::before {
    display: none;
  }
  .text-banner-half {
    font-size: 44px;
  }
  .lock-icon-img {
    display: none;
  }


}

