.position-relative {
    position: relative !important;z-index:1;
}
.center-element-highmark {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
section.highmark-banner {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
}
.highmark-banner h2 {
      margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #14176c;
    margin-bottom: 10px;
}
.highmark-banner p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #000;text-align:justify;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.highmark-banner .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .highmark-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .highmark-banner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .highmark-banner .btn-get-started,
  .highmark-banner .btn-watch-video {
    font-size: 13px;padding:4px 15px;letter-spacing:0;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.text-left{text-align:left!important;}
.highmark-shield-section{padding:0 0 40px 0;position:relative;}
.image_boxes { position: relative;}
.image_boxes.style_four .image_box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
}
.image_boxes.style_four .image_box.one {
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
}
.image_boxes.style_four .image_box img {
  width: 100%;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_boxes.style_four .image_box .pad_zero_left {
  padding-left: 0px;
}
.image_boxes.style_four .image_box .pad_zero_right {
  padding-right: 0px;
}
.image_boxes.style_four .imgs {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--box-shadow-two);
}
.image_boxes.style_four .image_content_inner {
  text-align: center;
  padding: 20px 60px;
  background: #000;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  position: absolute;
  border-radius: 5px;
}
.image_boxes.style_four .image_content_inner h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
.image_boxes.style_four .image_content_inner.viceo_en .video_box_null {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 40px;
  width: 40px;
  margin: auto;
}
.image_boxes.style_four .image_content_inner.viceo_en .video_box_null {
  color: #fff;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 43px;
  height: 40px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.image_boxes.style_four .image_content_inner.viceo_en .video_box_null i {
  color: #fff;
  text-align: center;
  line-height: 43px;
}
.title_sections h2{font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #14176c;
    margin-bottom: 10px;}
.title_sections p{font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;}
.highmark-process{position:relative;padding:0 0 40px 0;}
.highmark-process .section-title {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
.highmark-process .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;
}
.highmark-process .section-title p {
   font-size:15px;font-weight:500;max-width:1000px;margin:0 auto 20px auto;
}
.highmark-item:hover::after {
  height: 100%;
}
.highmark-item::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  background: #1976d2;
  top: 0;
  right: 0;left:0;
  -webkit-transition: .5s;
  transition: .5s;
}
.highmark-item{padding:20px 10px;;background:#fff;border-radius:8px;box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.15);margin-bottom:20px;position:relative;}
.highmark-item h4{font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #14176c;text-transform:capitalize;
    margin-bottom: 10px;text-align:center;}
.highmark-item p{font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin-bottom: 0;text-align:center;}
.highmark-cta-section{position:relative;padding:0;}
.highmarkcta {
  position: relative;
  display: block;
  padding: 40px 40px;
  text-align: center;
  z-index: 1;
  background:#000836;
  border-radius: 10px;
}
.highmarkcta-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  background-blend-mode: luminosity;
  z-index: -1;
}
.highmarkcta-title{font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    margin-bottom: 10px;}
.highmarkcta-contact{padding:0 30px;}
.highmarkcta-contact p{font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;text-align:center;}
.highmarkcta-contact a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  letter-spacing: 1px;
}
@media (min-width:100px) and (max-width:767px){
img{max-width:100%;}
section.highmark-banner {padding: 90px 0 20px 0;}
.highmark-banner h3 {text-align: center;}
.center-element-highmark{position:relative;}
.highmark-banner h2 {font-size: 32px;line-height: 40px;text-align: center;}
.highmark-banner p {font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.title_sections h2 {font-size: 28px;line-height: 38px;margin-bottom: 10px;font-weight: 700;text-align: center;}
.image_boxes.style_four .image_content_inner h2 {font-size: 15px;line-height: 30px;font-weight: 700;color: #fff;margin-bottom: 0;}
.image_boxes.style_four .image_content_inner {text-align: center;padding: 16px 30px;left: 10px;right: 10px;z-index: 10;}
.title_sections p {font-size: 14px;text-align: center;}
.highmark-process .section-title h2 {font-size:28px;line-height: 38px;margin-bottom:10px;color:#14176c;}
.highmark-process .section-title p {font-size: 14px;max-width: 100%;margin: 0 auto 20px auto;text-align: center;}
.highmark-item h4 {font-size: 18px;font-weight: 700;line-height: 30px;margin-bottom: 10px;
text-align: center;}
.highmark-item p {font-size: 14px;margin-bottom: 0;text-align: center;}
.highmark-process {padding: 0 0 20px 0;}
.highmarkcta {padding: 30px 20px;}
.highmarkcta-title {font-size: 28px;font-weight: 700;line-height:38px;margin-bottom:10px;}
.highmarkcta-contact p {font-size: 14px;margin-bottom: 0;text-align: center;}
.highmarkcta-contact {padding: 0;}	
.highmarkcta-contact a {font-size: 20px;}
.highmark-shield-section {padding: 0 0 20px 0;}
}