.ol_hmbanner {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 690px;
  background: transparent;
  padding: 0px 0 90px;
  z-index: 1;
}

/* .ol_hmbanner::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #02277C;
  opacity: 1;
  z-index: -1;
} */

.ol_hmbanner .container {
  width: 100%;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.olhmban_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  border-left: 0px solid var(--themecolor);
  padding-left: 0px;
  margin: auto;
}

.olhmban_wrap > .btn-theme:hover {
  background-color: #fff;
  color: var(--themecolor);
  border: 1px solid #ffffff;
}

.hmban_title {
  font-size: clamp(1.25rem, 0.8rem + 2.25vw, 3.5rem);
  color: #FFFFFF;
  letter-spacing: 0px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: capitalize;
  font-family: Inter;
  max-width: 100%;
  margin: 0px auto 20px;

}
.olhmban_wrap > .left-side > p {
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2;
}
.hmban_cotent {
  font-family: "Inter";
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0px 40px;
  text-transform: NONE;
  display: inline-block;
  position: relative;
  /* display: inline-flex;
    align-items: center;
    justify-self: center; */
  /* min-height: 40px; */
  /* background: #fff; */
  /* padding: 0 26px; */
  /* clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%); */
}

.olhmban_wrap > .left-side {
  width: calc(100%);
  max-width: 600px;
  text-align: left;
}

ul.js_hmbanner .slick-slide > div > li {
  display: block !important;
  padding-left: 0;
  margin-bottom: 0;
}

ul.js_hmbanner {
  position: relative;
  margin-bottom: 0 !important;
  margin: 0;
}
.js_hmbanner:not(.slick-initialized) { 
  z-index: 0;
}
.js_hmbanner:not(.slick-initialized) > li {
  padding-left: 0;
  &::after { 
   display: none;
  }
}

.js_hmbanner > li:before {
  display: none;
}

.js_hmbanner:not(.slick-initialized) > li:not(:nth-child(-n + 1)) {
  display: none;
}

.js_hmbanner.slick-arrow .slick-prev {
  left: calc(0% + 20px);
  right: unset;
  top: calc(50% + 20px) !important;
  bottom: unset;
}

.js_hmbanner.slick-arrow .slick-next {
  right: calc(0% + 20px);
  left: unset;
  top: calc(50% + 20px) !important;
  bottom: unset;
}

.bannerimgvid {
  /* position: relative;
  height: 780px; */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
}

.bannerimgvid > .img-wrap > img,
.bannerimgvid > .img-wrap {
  height: 100%;
  object-fit: cover;
  /* object-position: right; */
  /* width: 100%; */
}
.bannerimgvid>.img-wrap {
    /* width: 100%; */
    margin-right: 0;
    margin-left: auto;
    position: relative;
     &::after { 
        content: '';
        position: absolute;
        height: 100%;
        width: 30%;
        left: 0;
        top: 0;
        background: linear-gradient(90deg, rgba(2, 39, 126, 1) 0%, rgba(2, 39, 124, 1) 5%, rgba(2, 39, 124, 0) 70%);
     }
}

.bannerimgvid>.img-wrap > img {
    margin-right: 0;
    margin-left: auto;
}
video {
  /* top: 50%; */
  position: relative;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec_hmbanner {
  position: relative;
  margin-top: 0px;
  background: #02277C;
  margin-bottom: 00px;
}

.sec_hmbanner ul li {
  padding-left: 0;
}

.sec_hmbanner ul li::before {
  display: none;
}

/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1800px) {
}

@media (max-width: 1599.98px) {
  .js_hmbanner.slick-arrow .slick-prev {
    left: calc(50% - 45px);
    top: calc(100% - 30px) !important;
  }
  .js_hmbanner.slick-arrow .slick-next {
    right: calc(50% - 45px);
    top: calc(100% - 30px) !important;
  }
  .ol_hmbanner .container {
    padding: 0 15px;
  }
  .bannerimgvid > .img-wrap {
      &::after {
        width: 75%;
      }
  }
}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
  /* 
    .sec_hmbanner { 
        margin-bottom:60px;
    } */
  ul.js_hmbanner li > img {
    min-height: 450px;
    object-fit: cover;
  }
  .olhmban_wrap > .left-side {
    padding-right: 40px;
  }
  /* .ol_hmbanner {
        min-height: 500PX;
    } */
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  /* COMMON Spading */
  /* COMMON Spading */
  .olhmban_wrap {
    max-width: 100%;
  }
  .ol_hmbanner { 
    min-height: auto;
    padding: 40px 0 120px;
  }
  .bannerimgvid > .img-wrap {
      &::after {
          width: 106%;
          background: linear-gradient(90deg, rgba(2, 39, 126, 1) 0%, rgb(2 39 124 / 90%) 33%, rgba(2, 39, 124, 0) 70%);
      }
  }
  
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .hmban_cotent {
    font-size: 16px;
    margin: 0 0px 25px;
  }
  /* .sec_hmbanner {
        margin-bottom: 40px;
    } */
  .olhmban_wrap > .left-side {
    width: calc(100%);
  }

  .ol_hmbanner {
    min-height: 600px;
  }
  
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .hmban_cotent {
    font-size: 14px;
  }
  /* common-spacing */
  /* common-spacing */
  .olhmban_wrap > .left-side {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .olhmban_wrap .left-side .btnlist {
    justify-content: center;
  }
  .olhmban_wrap {
    max-width: 100%;
  }

  .sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist {
    justify-content: center;
  }
  .bannerimgvid > .img-wrap {
      &::after {
          width: 106%;
          background: #02277e;
          opacity: 0.85;
      }
  }
  .olhmban_wrap > .left-side > p {
    font-size: 16px; 
    margin-bottom: 22px;
  }
  .hmban_title { margin: 0px auto 10px;}
  .ol_hmbanner { min-height: auto;}
  
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  
  .js_hmbanner.slick-arrow .slick-next,
  .js_hmbanner.slick-arrow .slick-prev {
    top: calc(100% - 17px) !important;
    align-items: flex-start;
    text-align: left;
  }
  .hmban_title {
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 0px;
    font-size: 32px;
    text-align: center;
  }
  .olhmban_wrap > .left-side > p {
    text-align: center;
    font-size: 14px;
  }
  .hmban_cotent {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px;
  }
  .olhmban_wrap {
    max-width: 100%;
    padding: 0px 0;
    text-align: left;
  }
  .olhmban_wrap > .left-side {
    margin-bottom: 0;
  }
  .sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist {
    justify-content: center;
  }
 /* ----------------------------update ----------------------------- */
  .banner-feature-list { 
    &:not(.slick-initialized) {
          display: inline-flex;
          &>.slide-box:not(:nth-child(-n + 2)) {
              display: none
          }
      }
  }
  .desktop-image { 
    display: none !important;
  }
  .ol_hmbanner { 
    padding: 25px 0 25px;
  }
  .bannerimgvid { position: relative; }
  .bannerimgvid > .img-wrap::after {
    display: none;
  }
  ul.js_hmbanner .slick-slide>div>li { 
    display: flex !important;
    padding-left: 0;
    margin-bottom: 0;
    flex-direction: column-reverse;
  }

  .get-a-quote-wrapper
  { 
    margin: -37px 0 0;
  }

  .js_hmbanner:not(.slick-initialized)>li {
      padding-left: 0;
      display: flex;
      flex-direction: column-reverse;

      & .bannerimgvid > .img-wrap > noscript {
        margin-bottom: 0;
      }
  }
}
