.page-name {
  display: none;
}
  body{overflow-x: hidden;}
  .bg-top-cover {
    background-image: url('../images/home-cover-image.png');
    width: 100%;
    min-height: 910px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .centered-box {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

.inner-block-highlights p span {
    font-size: 30px;
    color: #104583;
    font-weight: 600;
    font-family: 'eurostileregular', Arial, Helvetica, sans-serif;
}

.small-num {
    font-size: 14px;
    color: #AEB5C0!important;
}
  .container-custom {
    position: relative; 
    
  }

  .row-outside {
    margin-left: -15px; 
    margin-right: -15px;
    
  }

  .block {
    position: relative;
  }

  .left-block {
  background-color: #EFF0F2;
  position: relative;
}

.left-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: #EFF0F2;
  background-image: url(../images/highlight-backgroung-img-2025.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

  .right-block {
    background-color: #fff; 
  }
  .cont-pad{
    padding: 20px;
  }
  .content-wrapper {
    padding: 20px; 
    position: relative; 
    z-index: 1; 
    margin-left: 30%; 
  }
.line-thin-top{
border-top: 1px solid #AEB5BF;
position: relative;
}

.line-thin-top::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 4px;
  background-color: #084E8A;
  top: -2px;
  left: 0px;
}

  .padding-120{
    padding-top: 120px;
  }

  .thick-section-break{
    border-bottom: 1px solid #AEB5BF;
  }

  .switch-lighblue{color: #27AAE1!important;}

  .link-list li:last-child a {
    border-bottom: 1px solid #AEB5BF;
}


.image-text {
   
   padding: 11px;
   z-index: 999999999;
  
 }
 .image-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #AEB5BF;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.image-img:hover{

background: #38A9DE;


}
 .image-text p {
   color: #28AAE1 !important;
   text-align: center;
 }

 .icons-content {
  display: flex;
  justify-content: space-between;
}


a {
text-decoration: none;
}

.inner-block-highlights {
  position: relative;
  background-color: #EFF0F2;
  padding: 10px;
  border-left: 1px solid #707070;
  margin-bottom: 0px;
  height: 100%;
}

.page-name-home {
  margin-top: 5px;
  float: right;
  margin-bottom: 5px !important;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
width: 100%;
  text-align: right;
  
}
  .page-name-home span{
      color:#292829;
      font-weight: 700;
  }



@media (min-width: 992px) {

    .content-wrapper {
      margin-left: 30%; 
    }


  }

  @media (max-width: 991.98px) {

    .content-wrapper {
      margin-left: 0; 
    }
    .left-block::before {
      display: none;
    }

    .padding-120 {
  padding-top: 20px;
}
  }
